Commit 6cec1afb authored by Vasil Velichkov's avatar Vasil Velichkov Committed by Lev Walkin

Install gcc-multilib in travis

This fixes the following error
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
parent d06dc092
...@@ -3,7 +3,7 @@ compiler: ...@@ -3,7 +3,7 @@ compiler:
- gcc - gcc
- clang - clang
before_install: before_install:
- sudo apt-get install -y lcov libasan* - sudo apt-get install -y gcc-multilib lcov libasan*
- gem install coveralls-lcov - gem install coveralls-lcov
script: script:
- autoreconf -iv - autoreconf -iv
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment