This commit is contained in:
Kartik Agaram 2020-01-21 00:46:48 -08:00
parent 6915c2774c
commit 6c8642f647
1 changed files with 1 additions and 3 deletions

View File

@ -10,15 +10,13 @@ addons:
- valgrind
- libstdc++-5-dev # default version is not valgrind-clean
# test_layers takes a long time; divide up the work into multiple jobs on the
# matrix so we don't time out on Travis
matrix:
include:
- env: COMMAND=./test_layers
- env: COMMAND=./test_apps
script:
- $COMMAND $START $END
- $COMMAND
notifications:
email: