diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 17aeee0a..38c05ead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,10 +30,12 @@ matrix: - env: COMMAND=./test_layers CXX=clang++ START=edit3 - env: COMMAND=./test_layers CXX=clang++ START=edit4 - env: COMMAND=./test_layers CXX=g++ START=one-off # minimal testing for gcc - - env: COMMAND=./subx/test_layers + # other build scripts - env: COMMAND=./test_layers BUILD=build0 START=one-off - env: COMMAND=./test_layers BUILD=build1 START=one-off - env: COMMAND=./test_layers BUILD=build2 START=one-off + # other directories + - env: COMMAND=./subx/test_layers script: - $COMMAND $START $END |