Skip to content

Commit

Permalink
Get the clang versions right
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 3, 2016
1 parent cdbdf98 commit 1067fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ matrix:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['libstdc++-5-dev', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache']
env: CLANG_VERSION='3.8' BUILD_TYPE='Debug' RUN_CLANG_FORMAT=ON
env: CLANG_VERSION='3.8.0' BUILD_TYPE='Debug' RUN_CLANG_FORMAT=ON

- os: linux
compiler: "clang-3.5-debug"
addons: &clang35
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['libstdc++-5-dev', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache']
env: CLANG_VERSION='3.5' BUILD_TYPE='Debug' RUN_CLANG_FORMAT=ON
env: CLANG_VERSION='3.5.2' BUILD_TYPE='Debug' RUN_CLANG_FORMAT=ON

- os: osx
osx_image: xcode7.3
Expand Down

0 comments on commit 1067fa0

Please sign in to comment.