From 41ab5b1f597c25ee7c63c682ff804a6bf25e9c91 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 28 Dec 2014 11:20:48 +0100 Subject: [PATCH] + fixing coverall --- .coveralls.yml | 2 -- .travis.yml | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index ef53f1dc..00000000 --- a/.coveralls.yml +++ /dev/null @@ -1,2 +0,0 @@ -service_name: travis-pro -repo_token: F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS diff --git a/.travis.yml b/.travis.yml index 1a92421d..6be10aed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,14 @@ language: cpp compiler: - gcc + - clang before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq - 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 - - sudo pip install cpp-coveralls + - sudo pip install cpp-coveralls yaml before_script: - autoreconf -iv