diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d3cb7b4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: go + +go: + - "1.8.x" + - "1.9.x" + - "1.10.x" + +script: + - go test ./... + - go build -i .\example\simplepay\main.go .\example\simplepay\template_handler.go \ No newline at end of file