kubo/.travis.yml
2014-11-07 14:56:09 -08:00

12 lines
90 B
YAML

language: go
go:
- 1.3
- release
- tip
script:
- make test
env: TEST_NO_FUSE=1