Skip to content

Commit

Permalink
Merge pull request #1251 from ipfs/travis-split-go-sharness
Browse files Browse the repository at this point in the history
.travis: split go and sharness tests
  • Loading branch information
jbenet committed May 20, 2015
2 parents c153554 + 7bf18ca commit dcd34c6
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 dcd34c6

Please sign in to comment.