btrfs-progs: check: Move node_refs structure to check/common.h
[platform/upstream/btrfs-progs.git] / .travis.yml
index aaca698..36713f5 100644 (file)
@@ -61,9 +61,9 @@ before_install:
     "
   - "mkdir tmp-zstd;
      cd tmp-zstd;
-     wget https://github.com/facebook/zstd/archive/v1.3.1.tar.gz;
-     tar xf v1.3.1.tar.gz;
-     cd zstd-1.3.1;
+     wget https://github.com/facebook/zstd/archive/v1.3.3.tar.gz;
+     tar xf v1.3.3.tar.gz;
+     cd zstd-1.3.3;
      make;
      sudo make install PREFIX=/usr;
      cd ../..
@@ -84,5 +84,6 @@ 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_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"