Skip to content

Commit

Permalink
Merge pull request #19 from LoungeCPP/наб/ci-quickfix
Browse files Browse the repository at this point in the history
Remove Clang3.8 from the build matrix
  • Loading branch information
nabijaczleweli committed Mar 29, 2016
2 parents 48f1cc6 + 92f85e0 commit e804778
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ matrix:
- r-packages-precise
- llvm-toolchain-precise
- ubuntu-toolchain-r-test
- language: python
python: "3.5"
env: CXX=clang++-3.8 CC=clang-3.8
addons:
apt:
packages:
- clang-3.8
- libicu-dev
- ninja-build
sources: *sources
# This was failing builds (see for example https://travis-ci.org/LoungeCPP/Tatsoryk/jobs/119365368)
# - language: python
# python: "3.5"
# env: CXX=clang++-3.8 CC=clang-3.8
# addons:
# apt:
# packages:
# - clang-3.8
# - libicu-dev
# - ninja-build
# sources: *sources

install:
- if [ -n "$CXX" ]; then
Expand Down

0 comments on commit e804778

Please sign in to comment.