Skip to content

Commit de61db6

Browse files
authored
Update .travis.yml
1 parent 8e4fb43 commit de61db6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,30 @@ matrix:
1313
sources: ['ubuntu-toolchain-r-test']
1414
packages: ['cmake', 'g++-5', 'libboost-dev']
1515

16+
- os: linux
17+
compiler: gcc
18+
env: COMPILER=g++-6
19+
addons:
20+
apt:
21+
sources: ['ubuntu-toolchain-r-test']
22+
packages: ['cmake', 'g++-6', 'libboost-dev']
23+
24+
- os: linux
25+
compiler: gcc
26+
env: COMPILER=g++-7
27+
addons:
28+
apt:
29+
sources: ['ubuntu-toolchain-r-test']
30+
packages: ['cmake', 'g++-7', 'libboost-dev']
31+
32+
- os: linux
33+
compiler: clang
34+
env: COMPILER=clang++-5.0
35+
addons:
36+
apt:
37+
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
38+
packages: ['cmake', 'clang-5.0', 'g++-6', 'libboost-dev']
39+
1640

1741
script:
1842
- if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi

0 commit comments

Comments
 (0)