Commit fe0ec6a7 authored by Mouse's avatar Mouse

Keep working on Travis...

parent ca3128c9
......@@ -26,10 +26,11 @@ matrix:
before_install:
- |
if [[ "$BUILD_OS" == "linux" ]]; then
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install -y gcc-multilib lcov libasan* ;
gem install coveralls-lcov;
else
fi
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew uninstall libtool;
brew install libtool;
......
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