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

travis: use make test

This commit is contained in:
Juan Batiz-Benet
2014-11-07 14:56:09 -08:00
parent 37279d55ca
commit 53c2cacdd0

View File

@ -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