Skip to content

Commit

Permalink
bump up llvm toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Jul 24, 2018
1 parent f5c44e2 commit 7486bc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ matrix:
sudo: false
python: 2.7
env:
- TRAVIS_CLANG=clang-5.0
- TRAVIS_CLANG=clang-6.0
- os: linux
dist: trusty
sudo: false
python: 3.4
env:
- TRAVIS_CLANG=clang-5.0
- TRAVIS_CLANG=clang-6.0
- os: linux
dist: trusty
sudo: false
python: 3.5
env:
- TRAVIS_CLANG=clang-5.0
- TRAVIS_CLANG=clang-6.0
- TYPECHECK=true
- os: linux
dist: trusty
sudo: false
python: 3.6
env:
- TRAVIS_CLANG=clang-5.0
- TRAVIS_CLANG=clang-6.0
- TYPECHECK=true
- os: osx
osx_image: xcode7.3
Expand All @@ -38,10 +38,10 @@ matrix:
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
- llvm-toolchain-trusty-6.0
- ubuntu-toolchain-r-test
packages:
- clang-5.0
- clang-6.0
- cmake
- scons
- qt4-qmake
Expand Down

0 comments on commit 7486bc2

Please sign in to comment.