Fixed travis.yml
This commit is contained in:
Родитель
e52f1412d3
Коммит
06ef7eda40
|
@ -25,6 +25,6 @@ addons:
|
|||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure && make && make check
|
||||
- if [ "$CXX" = "g++" ]; then ./configure --enable-gcov && make && make check; fi
|
||||
- if [ "$CXX" = "g++4.8" ]; then ./configure --enable-gcov && make && make check; fi
|
||||
after_success:
|
||||
- if [ "$CXX" = "g++" ]; then coveralls --root './src' --exclude-pattern '.*(include|usr|test|third_party|pb).*' --gcov-options '\-lp'; fi
|
||||
- if [ "$CXX" = "g++4.8" ]; then coveralls --root './src' --exclude-pattern '.*(include|usr|test|third_party|pb).*' --gcov-options '\-lp'; fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче