Update .travis.yml
Bring travil yml back to the master branch state
This commit is contained in:
parent
964748a902
commit
a83e98d0e7
12
.travis.yml
12
.travis.yml
@ -30,17 +30,11 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
|
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
group: deprecated-2017Q4
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- llvm-toolchain-precise-3.7
|
|
||||||
packages:
|
|
||||||
- clang-3.7
|
|
||||||
env:
|
|
||||||
- MATRIX_EVAL="CC=clang-3.7 && CXX=clang++-3.7" BUILD_TYPE=Debug VERBOSE=1
|
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
env: BUILD_TYPE=Debug VERBOSE=1
|
||||||
- os: linux
|
- os: linux
|
||||||
|
group: deprecated-2017Q4
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
|
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user