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 2879c54da3 travis: use the KVM setup
travis is experimenting with a setup using KVM, instead of
independently provisioned VMs. It promises to be much faster. We're
testing it out.
2015-05-10 08:28:35 -04:00

17 lines
130 B
YAML

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