summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-02-27 17:08:30 +0100
committerDavid Sterba <dsterba@suse.com>2018-03-06 11:28:38 +0100
commit58b5610845a7a0578b7af1a1161ae4b4b3383aac (patch)
treeee4ad8d909a2ee91f6c5bcb1409698d23969a528 /.travis.yml
parent58720c644152a411a28acb699fae27479128524a (diff)
btrfs-progs: ci: enable clang and python for musl build test
The updated image now provides clang, so the variable is exported from the base environment to docker. And we have python too. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8883b3d5..a9953bb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,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"