1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 20:53:52 +00:00

Another attempt to fix travis

This commit is contained in:
Henry Fredrick Schreiner 2017-02-01 12:08:38 -05:00
parent a997a343cd
commit a99b6a331b

View File

@ -14,7 +14,9 @@ matrix:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-4.9 - g++-4.9
env: CXX=g++-4.9 env:
- CC=gcc-4.8
- CXX=g++-4.8
- compiler: gcc - compiler: gcc
addons: addons:
apt: apt:
@ -22,7 +24,9 @@ matrix:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-4.8 - g++-4.8
env: CXX=g++-4.8 env:
- CC=gcc-4.8
- CXX=g++-4.8
- compiler: clang - compiler: clang
addons: addons:
apt: apt:
@ -31,7 +35,6 @@ matrix:
- llvm-toolchain-precise-3.6 - llvm-toolchain-precise-3.6
packages: packages:
- clang-3.6 - clang-3.6
env: CXX=clang-3.6
install: install:
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"