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>
master
David Sterba 2016-11-18 17:46:12 +01:00
parent 4884ae2f5e
commit a2d91697c1
1 changed files with 8 additions and 3 deletions

View File

@ -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"