1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 09:52:20 +08:00

go install in travis test

This commit is contained in:
Juan Batiz-Benet
2014-11-06 17:56:03 -08:00
parent eee15baeb6
commit 728d977b09

View File

@ -7,8 +7,9 @@ go:
script: script:
- go test -v ./... - go test -v ./...
- cd test/ - cd cmd/ipfs && go install # test it can be compiled
- make - cd ../../test/
- make # sharness tests
- cd .. - cd ..
env: TEST_NO_FUSE=1 env: TEST_NO_FUSE=1