Another ubuntu travis attempt.
This commit is contained in:
parent
0a8fe23eea
commit
421252ad63
1 changed files with 0 additions and 21 deletions
21
.travis.yml
21
.travis.yml
|
@ -6,10 +6,6 @@ branches:
|
|||
- develop
|
||||
- feature-travis
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
|
@ -42,23 +38,6 @@ matrix:
|
|||
packages:
|
||||
- g++-4.9
|
||||
env: COMPILER=g++-4.9
|
||||
- compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-5
|
||||
env: COMPILER=g++-5
|
||||
- compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.6
|
||||
packages:
|
||||
- clang-3.6
|
||||
env: COMPILER=clang++-3.6
|
||||
- compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Reference in a new issue