We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92041fe commit a810f16Copy full SHA for a810f16
1 file changed
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
17
- export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib
18
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install info install-info; fi
19
- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install cpp-coveralls; fi
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install codecov; fi
20
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
21
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
22
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
0 commit comments