Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
Add clang 3.8 support to Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpenman committed Sep 10, 2016
1 parent 484a23a commit fd45217
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Expand Up @@ -48,6 +48,17 @@ matrix:
- OUR_CXX=clang++-3.7
- OUR_CC=clang-3.7

- os: linux
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8']
packages: ['clang-3.8']
env:
- NETCDF_CXX4_CXXFLAGS=-Wno-c++11-compat-deprecated-writable-strings
- OUR_CXX=clang++-3.8
- OUR_CC=clang-3.8

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libcppunit-dev libnetcdf-dev
Expand Down

0 comments on commit fd45217

Please sign in to comment.