From 362eaa5da1f291b86aa04e8d745738a647ee34ce Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 14 Jun 2017 13:02:17 -0400 Subject: Fix the use of TARGETS on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 34ad288c3..c015c07d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_script: - uname -a - source ./etc/ci/travis_keep_alive.sh -script: COQPATH="$(pwd)/$COQPRIME" ./etc/coq-scripts/timing/make-pretty-timed.sh -j2 && make COQPATH="$(pwd)/$COQPRIME" $TARGETS TIMED=1 -j2 +script: COQPATH="$(pwd)/$COQPRIME" ./etc/coq-scripts/timing/make-pretty-timed.sh -j2 $TARGETS && make COQPATH="$(pwd)/$COQPRIME" $TARGETS TIMED=1 -j2 after_success: - kill $PID_KEEP_ALIVE -- cgit v1.2.3