1language: go
2
3go:
4  - 1.3
5  - 1.4
6
7install:
8  - go get github.com/mitchellh/mapstructure
9  - go get github.com/yuin/gopher-lua
10
11script:
12 - go test -v
13