Browse Source

Clang 5.0 build (re-)added (#90).

main
offa 7 years ago
parent
commit
0be9cb37fa
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .travis.yml

+ 9
- 0
.travis.yml View File

@@ -21,6 +21,15 @@ matrix:
- g++-7
sources: &sources
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty
- llvm-toolchain-trusty-5.0
- env: CXX=clang++-5.0 CC=clang-5.0
addons:
apt:
packages:
- clang-5.0
- libc++-dev
sources: *sources


install:

Loading…
Cancel
Save