summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-01-11 15:44:55 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2018-01-11 15:44:55 +0000
commitd78d642bffff6ea49d62c19f26052ed6d3dcc467 (patch)
treedb0f470018ee6f4b93fb8fd601401fa157e5dbe3 /.travis.yml
parentb309a4dfbe8130b9fef087df59dd18a487a9c18e (diff)
New upstream release.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 50b3c1c8..f9bd5eb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,8 +81,9 @@ addons:
branch_pattern: coverity_scan
script:
- - "if ./travis-should-run-test; then make TEST_LOG=dump test-cli; fi"
- - "if ./travis-should-run-test; then make TEST_LOG=dump test-mkfs; fi"
- - "if ./travis-should-run-test; then make TEST_LOG=dump test-check; fi"
- - "if ./travis-should-run-test; then make TEST_LOG=dump test-misc; fi"
+ - "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi"
+ - "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi"
+ - "if travis/should-run-test; then make TEST_LOG=dump test-check; fi"
+ - "if travis/should-run-test; then make TEST_LOG=dump TEST_ENABLE_OVERRIDE=true TEST_ARGS_CHECK=--mode=lowmem test-check; fi"
+ - "if travis/should-run-test; then make TEST_LOG=dump test-misc; fi"
- "if [ $TRAVIS_BRANCH = release-test ]; then make TEST_LOG=dump test-convert; fi"