summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2017-10-19 18:19:45 +0200
committerjvoisin2017-10-19 18:19:45 +0200
commitea26bea1865ac1856a74ff0de1a003a17a8e0a7a (patch)
treeac539a160bde1eb9f27da0abfae16f989bf35983
parent8d3a23b2cc4cc433706706db5ba5fbfb24e06b7c (diff)
Speed up the CI by not running the whole Joomla testsuite on travis
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b9b7c87..66e92bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,8 +29,6 @@ after_success:
29 ./lcov/bin/genhtml -o ./COV.html ./COV.info --branch-coverage ; 29 ./lcov/bin/genhtml -o ./COV.html ./COV.info --branch-coverage ;
30 coveralls --exclude "tweetnacl.c" ; 30 coveralls --exclude "tweetnacl.c" ;
31 fi' 31 fi'
32 - cd ..
33 - make joomla
34 32
35after_failure: 33after_failure:
36 - grep -r . ./tests/*.out 34 - grep -r . ./tests/*.out