Commit 3c161139 authored by Davis King's avatar Davis King

Fixed travis config problem.

parent 5e117acd
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
# Exit if anything fails. # Exit if anything fails.
set -eux set -eux
eval "${MATRIX_EVAL}" # execute the contents of MATRIX_EVAL if it's set
if [[ -v MATRIX_EVAL ]]; then
eval "${MATRIX_EVAL}"
fi
# build dlib and tests # build dlib and tests
if [ "$VARIANT" = "test" ]; then if [ "$VARIANT" = "test" ]; then
......
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