diff options
| author | jvoisin | 2017-10-19 18:19:45 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-19 18:19:45 +0200 |
| commit | ea26bea1865ac1856a74ff0de1a003a17a8e0a7a (patch) | |
| tree | ac539a160bde1eb9f27da0abfae16f989bf35983 | |
| parent | 8d3a23b2cc4cc433706706db5ba5fbfb24e06b7c (diff) | |
Speed up the CI by not running the whole Joomla testsuite on travis
| -rw-r--r-- | .travis.yml | 2 |
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 | ||
| 35 | after_failure: | 33 | after_failure: |
| 36 | - grep -r . ./tests/*.out | 34 | - grep -r . ./tests/*.out |
