Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Drop clang 3.{6-8} from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Sep 1, 2017
1 parent 6bfbf3a commit 32da611
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,44 +63,18 @@ matrix:
env:
- COMPILER=g++-7
- GCOV=/usr/bin/gcov-7
- compiler: clang-3.6
- compiler: clang-3.9
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.6
- llvm-toolchain-trusty-3.9
packages:
- clang-3.6
- clang-3.9
- *global_deps
env:
- COMPILER=clang++-3.6
- GCOV=/usr/bin/gcov
- compiler: clang-3.7
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.7
packages:
- clang-3.7
- *global_deps
env:
- COMPILER=clang++-3.7
- GCOV=/usr/bin/gcov
- compiler: clang-3.8
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.8
packages:
- clang-3.8
- *global_deps
env:
- COMPILER=clang++-3.8
- COMPILER=clang++-3.9
- GCOV=/usr/bin/gcov
- compiler: clang-4.0
os: linux
Expand Down

0 comments on commit 32da611

Please sign in to comment.