Skip to content

Commit

Permalink
travis: block clang until repo is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Jun 5, 2016
1 parent 454d5d5 commit 94e609e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ matrix:
# use compiler which has c++14 support
env: COMPILER=g++-5

- compiler: clang
addons:
apt:
packages:
- clang-3.6
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
# use compiler which has c++14 support
env: COMPILER=clang++-3.6
# - compiler: clang
# addons:
# apt:
# packages:
# - clang-3.6
# sources:
# - ubuntu-toolchain-r-test
# - llvm-toolchain-precise-3.6
# # use compiler which has c++14 support
# env: COMPILER=clang++-3.6

before_install:
# setup Qt 5.5 which is not in Ubuntu by default. To be removed in the future.
Expand Down

0 comments on commit 94e609e

Please sign in to comment.