btrfs-progs: build: specify minimal library version for reiserfs support
[platform/upstream/btrfs-progs.git] / .travis.yml
index 50b3c1c..f9bd5eb 100644 (file)
@@ -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"