Skip to content

Commit

Permalink
.travis: split go and sharness tests
Browse files Browse the repository at this point in the history
Following: ipfs/infra#20 (comment)

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
  • Loading branch information
chriscool authored and jbenet committed May 19, 2015
1 parent c153554 commit 7bf18ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ go:
- 1.3
- 1.4

script:
- make test
env:
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive

env: TEST_NO_FUSE=1 TEST_VERBOSE=1
script:
- make $TEST_SUITE

0 comments on commit 7bf18ca

Please sign in to comment.