9 lines
114 B
YAML
9 lines
114 B
YAML
language: go
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
|
|
# tests script
|
|
script:
|
|
- cd $GOPATH/src/github.com/Difrex/zoorest && go build
|