syncthing/.travis.yml

13 lines
138 B
YAML
Raw Normal View History

2014-06-08 00:00:52 +02:00
language: go
go:
- 1.2
- tip
install:
- export PATH=$PATH:$HOME/gopath/bin
- ./build.sh setup
script:
- ./build.sh test