Commit b4e7e2e7 authored by Davis King's avatar Davis King

fix travis-ci

parent 7e88c5f4
...@@ -8,6 +8,7 @@ matrix: ...@@ -8,6 +8,7 @@ matrix:
os: linux os: linux
env: env:
- VARIANT=test - VARIANT=test
- DISABLED_TESTS=""
script: script:
- dlib/travis/build-and-test.sh - dlib/travis/build-and-test.sh
...@@ -26,6 +27,7 @@ matrix: ...@@ -26,6 +27,7 @@ matrix:
os: linux os: linux
env: env:
- VARIANT=test-debug - VARIANT=test-debug
- DISABLED_TESTS=""
script: script:
- dlib/travis/build-and-test.sh - dlib/travis/build-and-test.sh
...@@ -71,6 +73,7 @@ matrix: ...@@ -71,6 +73,7 @@ matrix:
# think you could just set them in the env area like any other, but # think you could just set them in the env area like any other, but
# travis is wonky about CC and CXX vars so you have to do it this way. # travis is wonky about CC and CXX vars so you have to do it this way.
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- DISABLED_TESTS=""
addons: addons:
apt: apt:
sources: sources:
......
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