btrfs-progs: Do not add extra slash if given path end with it
[platform/upstream/btrfs-progs.git] / .travis.yml
index 5f14a25..a9953bb 100644 (file)
@@ -25,6 +25,9 @@ compiler:
 
 cache:
   ccache: true
+  directories:
+    - tmp-cached-reiser
+    - tmp-cached-zstd
 
 git:
   depth: 1
@@ -69,7 +72,7 @@ addons:
 
 script:
   # quick build tests
-  - "if travis/should-run-test; then docker run -it kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace --disable-python; fi"
+  - "if travis/should-run-test; then docker run -it --env CC=$CC kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace; fi"
   # real tests
   - "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"