syncthing/.travis.yml
Arthur Axel 'fREW' Schmidt b2988cdd35 test against travis-ci
2014-06-08 07:37:42 +02:00

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