mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-11 02:36:17 +00:00
test against travis-ci
This commit is contained in:
parent
82cfd37263
commit
b2988cdd35
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.2
|
||||||
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
|
- ./build.sh setup
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./build.sh test
|
Loading…
Reference in New Issue
Block a user