mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
13 lines
138 B
YAML
13 lines
138 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- tip
|
|
|
|
install:
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
- ./build.sh setup
|
|
|
|
script:
|
|
- ./build.sh test
|