1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03:52 +00:00

trying something on Travis

This commit is contained in:
Henry Fredrick Schreiner 2017-02-01 09:16:19 -05:00
parent 8b7b61930d
commit 2fd6a32c9f

View File

@ -23,7 +23,7 @@ matrix:
packages:
- g++-4.8
env: COMPILER=g++-4.8
- compiler: clang
- compiler: clang-3.6
addons:
apt:
sources:
@ -31,7 +31,7 @@ matrix:
- llvm-toolchain-precise-3.6
packages:
- clang-3.6
env: COMPILER=g++-5
env: COMPILER=clang-3.6
install:
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"