Skip to content

Commit

Permalink
👷 clang-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 10, 2017
1 parent 8de710b commit 6dc89e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ matrix:

- os: linux
compiler: clang
env: COMPILER=clang++-3.8
env: COMPILER=clang++-3.9
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-6', 'clang-3.8']
packages: ['g++-6', 'clang-3.9']

################
# build script #
Expand Down

0 comments on commit 6dc89e4

Please sign in to comment.