zoorest/.travis.yml

10 lines
122 B
YAML

language: go
go:
- 1.6
- 1.7
- 1.8
# tests script
script:
- cd $GOPATH/src/github.com/Difrex/zoorest && go build