1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05: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:
- go test -v ./...
- cd test/
- make
- cd cmd/ipfs && go install # test it can be compiled
- cd ../../test/
- make # sharness tests
- cd ..
env: TEST_NO_FUSE=1