Skip to content

Commit

Permalink
Add travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Sep 3, 2017
1 parent 0194ed4 commit 9f24ebd
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.9
install:
- make setup
script:
- make test
- test -n "$TRAVIS_TAG" || go run main.go
after_success:
- bash <(curl -s https://codecov.io/bash)
- test -n "$TRAVIS_TAG" && go run main.go

0 comments on commit 9f24ebd

Please sign in to comment.