Skip to content

Commit

Permalink
added to travis matrix clang-3.8 and g++-6
Browse files Browse the repository at this point in the history
  • Loading branch information
meiermark committed Jul 21, 2016
1 parent 0e7ca87 commit f81208e
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,8 @@ dist: trusty

addons:
apt:
sources:
# add PPAs with more up-to-date toolchains
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
packages:
# install toolchains
- gcc-5
- g++-5
- clang-3.6
- cmake
- mpi-default-dev
language: cpp

before_install:
Expand Down Expand Up @@ -49,6 +40,15 @@ matrix:
- g++-5
- mpi-default-dev
env: COMPILER=g++-5
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- mpi-default-dev
env: COMPILER=g++-6
- compiler: clang
addons:
apt:
Expand All @@ -69,3 +69,16 @@ matrix:
- clang-3.7
- mpi-default-dev
env: COMPILER=clang++-3.7
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
packages:
- clang-3.8
- mpi-default-dev
env: COMPILER=clang++-3.8



0 comments on commit f81208e

Please sign in to comment.