X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=.travis.yml;h=87badb67b5e6da759f1a72b8eb031f8740e321f5;hp=74fc2c1ae75e5bba0fa642829236f286721b62a7;hb=47fb45de1391e48685a7188914efe987e90f5988;hpb=4b1237a9614a07a34669e833774318badfb70043 diff --git a/.travis.yml b/.travis.yml index 74fc2c1..87badb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,11 @@ before_install: install: - sudo apt-get install -qq check flex bison libtool libltdl-dev - sudo apt-get install -qq libdbi-dev libedit-dev libreadline-dev - - sudo pip install cpp-coveralls --use-mirrors + - sudo pip install cpp-coveralls - pip show cpp-coveralls script: ./t/cibuild.sh after_success: - - coveralls --exclude t --verbose + - test "${CC}x" != "gccx" || coveralls --build-root src --exclude t branches: only: - master