Files
seaweedfs/.travis.yml

16 lines
171 B
YAML
Raw Normal View History

2014-07-21 09:09:53 +04:00
language: go
go:
- 1.2
- 1.3
- release
- tip
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
2014-07-21 09:21:16 +04:00
- go get ./go/...
2014-07-21 09:09:53 +04:00
script:
2014-07-21 09:21:16 +04:00
- go test ./go/...