summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-11-18 17:46:12 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-23 11:07:03 +0100
commita2d91697c153ceac8ee7fc77121c873882246324 (patch)
tree980dd95eeeaad2ff70ea3c511281d48cc3a71037 /.travis.yml
parent4884ae2f5e87e1cfbf7cc1d5624e0600b1fa46b3 (diff)
btrfs-progs: tests: add more tests to the CI build
Run more tests in the travis build environment. The mkfs tests are still left out due to missing capabilities of losetup. Other minor travis adjustments. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index c79dc784..099084f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,10 @@ compiler:
- gcc
- clang
+cache: ccache
+
git:
- depth: 3
+ depth: 2
dist: trusty
group: unstable
@@ -33,6 +35,8 @@ branches:
only:
- devel
- coverity_scan
+ - master
+ - release-test
env:
global:
@@ -57,5 +61,6 @@ addons:
script:
- "./autogen.sh && ./configure --disable-documentation && make"
- - "make test-cli"
- - "make test-check"
+ - "make TEST_LOG=dump test-cli"
+ - "make TEST_LOG=dump test-check"
+ - "make TEST_LOG=dump test-misc"