Commit f55dd6f0 authored by Luís Oliveira's avatar Luís Oliveira
Browse files

travis: install 32-bit libc headers

parent 5afd972c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,9 @@ env:

install:
  - curl -L https://github.com/luismbo/cl-travis/raw/master/install.sh | sh
  - if [ "${LISP:(-2)}" = "32" ]; then
      sudo apt-get install libc6-dev-i386;
    fi

script:
  - cl -e '(ql:quickload :cffi-grovel)