Switched gcov to gcov 4.9 in travis config

This commit is contained in:
Snaipe 2015-09-07 11:28:39 +02:00
parent 1658c4ed72
commit 3028af859d

View file

@ -17,6 +17,7 @@ addons:
- g++-4.9
before_install:
- export GCOV="gcov-4.9"
- export LOCAL_INSTALL="$HOME"
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib
- export CFLAGS="-g -O0"