mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 05:13:35 +08:00
added travis file
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.2
|
||||||
|
- 1.3
|
||||||
|
- release
|
||||||
|
- tip
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- export PATH=/home/travis/gopath/bin:$PATH
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get go/...
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test go/...
|
Reference in New Issue
Block a user