zoorest/.travis.yml

10 lines
122 B
YAML
Raw Permalink Normal View History

2017-02-17 14:28:34 +03:00
language: go
go:
- 1.6
- 1.7
2017-06-22 17:16:24 +03:00
- 1.8
2017-02-17 14:28:34 +03:00
# tests script
script:
- cd $GOPATH/src/github.com/Difrex/zoorest && go build