Commit 067e33a7 by Niels

removed failing compilers

parent bb0d01e5
...@@ -9,14 +9,6 @@ matrix: ...@@ -9,14 +9,6 @@ matrix:
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test'] sources: ['ubuntu-toolchain-r-test']
packages: ['g++-4.8', 'valgrind']
env: COMPILER=g++-4.8
- os: linux
compiler: gcc
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-4.9', 'valgrind', 'python-pip', 'python-yaml'] packages: ['g++-4.9', 'valgrind', 'python-pip', 'python-yaml']
before_script: before_script:
- pip install --user git+git://github.com/eddyxu/cpp-coveralls.git - pip install --user git+git://github.com/eddyxu/cpp-coveralls.git
...@@ -30,17 +22,6 @@ matrix: ...@@ -30,17 +22,6 @@ matrix:
packages: ['g++-5', 'valgrind'] packages: ['g++-5', 'valgrind']
env: COMPILER=g++-5 env: COMPILER=g++-5
- os: linux
compiler: clang
env: COMPILER=clang++
- os: linux
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5']
packages: ['clang-3.5', 'valgrind']
env: COMPILER=clang++-3.5
- os: linux - os: linux
compiler: clang compiler: clang
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment