Skip to content

Commit 0c381ab

Browse files
committed
Fix Travis configuration a little bit
1 parent 79545ce commit 0c381ab

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

.travis.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ language: cpp
99

1010
os:
1111
- linux
12-
addons:
13-
apt:
14-
sources:
15-
- ubuntu-toolchain-r-test
16-
- llvm-toolchain-xenial-7
17-
packages:
18-
- gcc-8
19-
- clang-7
2012
- osx
2113

2214
compiler:
@@ -27,10 +19,19 @@ env:
2719
- BUILD_CONFIGURATION=Debug
2820
- BUILD_CONFIGURATION=Release
2921

22+
addons:
23+
apt:
24+
sources:
25+
- ubuntu-toolchain-r-test
26+
- llvm-toolchain-xenial-7
27+
packages:
28+
- gcc-8
29+
- clang-7
30+
3031
matrix:
3132
include:
3233
- compiler: gcc
33-
env:
34+
env:
3435
- MATRIX_EVAL="BUILD_CONFIGURATION=Debug && CC=gcc-8 && CXX=g++-8"
3536

3637
- compiler: gcc
@@ -44,7 +45,7 @@ matrix:
4445
- compiler: gcc
4546
env:
4647
- MATRIX_EVAL="BUILD_CONFIGURATION=Release && CC=gcc-5 && CXX=g++-5"
47-
48+
4849
- compiler: clang
4950
os: linux
5051
env:

0 commit comments

Comments
 (0)