Commit a1235122 authored by Davis King's avatar Davis King

More travis config guessing

parent 7aaa42a9
......@@ -8,8 +8,6 @@ matrix:
os: linux
env:
- VARIANT=test
- CXX=clang++
- CC=clang
script:
- dlib/travis/build-and-test.sh
......@@ -19,8 +17,6 @@ matrix:
os: linux
env:
- VARIANT=examples
- CXX=clang++
- CC=clang
script:
- dlib/travis/build-and-test.sh
......@@ -35,11 +31,10 @@ matrix:
########### test with C++17 ########
- language: cpp
compiler: gcc-7
os: linux
env:
- VARIANT=test
- CXX=g++-7
- CC=gcc-7
- CXXFLAGS=-std=c++17
addons:
apt:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment