Files
seaweedfs/.travis.yml

15 lines
162 B
YAML
Raw Normal View History

2014-07-21 09:09:53 +04:00
language: go
go:
- 1.3
2015-02-02 17:27:29 -08:00
- 1.4.1
2014-07-21 09:09:53 +04:00
- 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/...