mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
16 lines
174 B
YAML
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/...
|