Skip to content

Commit

Permalink
More configs tested on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hivert committed Jan 5, 2020
1 parent c884d29 commit 5c63ce6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,27 @@ matrix:
- g++-7
- texlive-font-utils
- doxygen
- env: TEST_SUITE=standard MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-8
- g++-8
- texlive-font-utils
- doxygen
- compiler: clang
env: TEST_SUITE=standard MATRIX_EVAL="CC=clang-4.0 && CXX=clang++-4.0"
addons:
apt:
sources:
- llvm-toolchain-trusty-4.0
- ubuntu-toolchain-r-test
packages:
- clang-4.0
- texlive-font-utils
- doxygen
- compiler: clang
env: TEST_SUITE=standard MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
addons:
Expand Down

0 comments on commit 5c63ce6

Please sign in to comment.