1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-27 13:00:04 +02:00
seaweedfs/.travis.yml
2016-06-02 18:15:54 -07:00

16 lines
174 B
YAML

sudo: false
language: go
go:
- 1.5
- 1.6
- tip
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- go get ./weed/...
script:
- go test ./weed/...