1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00
seaweedfs/.travis.yml

15 lines
165 B
YAML

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