route/vendor/github.com/cjoudrey/gluahttp/.travis.yml

16 lines
144 B
YAML

language: go
go:
- 1.4
- 1.5
- 1.6
install:
- go get github.com/yuin/gopher-lua
script:
- go test -v
notifications:
email: false