1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 23:40:46 +02:00
seaweedfs/.travis.yml
2014-07-21 09:21:16 +04:00

16 lines
171 B
YAML

language: go
go:
- 1.2
- 1.3
- release
- tip
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- go get ./go/...
script:
- go test ./go/...