1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00
Files
kubo/.travis.yml
Juan Batiz-Benet 76451fd9ed travis: enable osx
2015-03-18 01:44:37 -07:00

15 lines
116 B
YAML

os:
- linux
- osx
language: go
go:
- 1.3
- 1.4
script:
- make test
env: TEST_NO_FUSE=1 TEST_VERBOSE=1