about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-21 00:46:48 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-21 00:46:48 -0800
commit6c8642f647331ddab90d716497fa48a0154aba51 (patch)
treec2c872bf9e73aacd6c1c63f58acc3b475c7d229d
parent6915c2774c7567463635b2698b6317aea326be3f (diff)
downloadmu-6c8642f647331ddab90d716497fa48a0154aba51.tar.gz
5914
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index eddfd4bc..4ed47948 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: