+ fixing coverall

This commit is contained in:
Niels 2014-12-28 11:20:48 +01:00
parent 822172c502
commit 41ab5b1f59
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS

View file

@ -2,13 +2,14 @@ language: cpp
compiler: compiler:
- gcc - gcc
- clang
before_install: before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq - sudo apt-get update -qq
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- sudo pip install cpp-coveralls - sudo pip install cpp-coveralls yaml
before_script: before_script:
- autoreconf -iv - autoreconf -iv