From db48aae58812de010ce549d253d6a24445d7a33f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 25 Feb 2019 00:47:57 -0800 Subject: [PATCH] 4991 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89e1b57a..fcfb3c0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,10 @@ addons: # matrix so we don't time out on Travis matrix: include: + # primary prototype + - env: COMMAND=./subx/test_layers + - env: COMMAND=./subx/test_apps + # other directories - env: COMMAND=./test_layers CXX=clang++ START=000 END=040 - env: COMMAND=./test_layers CXX=clang++ START=040 END=055 - env: COMMAND=./test_layers CXX=clang++ START=055 END=065 @@ -34,9 +38,6 @@ matrix: - 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 - - env: COMMAND=./subx/test_apps script: - $COMMAND $START $END