diff --git a/.travis.yml b/.travis.yml index 7d699a742..117f3bc1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,6 @@ go: - tip script: - - go test -v ./... - - cd cmd/ipfs && go install # test it can be compiled - - cd ../../test/ - - make # sharness tests - - cd .. + - make test env: TEST_NO_FUSE=1