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

15 lines
136 B
YAML

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