Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
To integrate with Travis CI
  • Loading branch information
haritsfahreza committed Jul 24, 2018
1 parent 2ba6152 commit f01aec4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f01aec4

Please sign in to comment.