🐛 removed the wrong compiler
This commit is contained in:
parent
56671a88c6
commit
425b9834a8
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -125,8 +125,8 @@ matrix:
|
|||
- os: osx
|
||||
osx_image: xcode7.3
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode8
|
||||
#- os: osx
|
||||
# osx_image: xcode8
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode8.1
|
||||
|
@ -179,9 +179,9 @@ matrix:
|
|||
env: LLVM_VERSION=3.7.1
|
||||
compiler: clang
|
||||
|
||||
#- os: linux
|
||||
# env: LLVM_VERSION=3.8.0
|
||||
# compiler: clang
|
||||
- os: linux
|
||||
env: LLVM_VERSION=3.8.0
|
||||
compiler: clang
|
||||
|
||||
- os: linux
|
||||
env: LLVM_VERSION=3.8.1
|
||||
|
|
Loading…
Reference in a new issue