1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-16 08:20:54 +02:00
seaweedfs/.travis.yml
2015-02-02 17:27:29 -08:00

15 lines
162 B
YAML

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