summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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