Skip to content

Commit

Permalink
Add travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnev committed Nov 21, 2017
1 parent cde72d5 commit 86c7d7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go

go:
- 1.8.x
- 1.9.x

install:
- go get -d -v -t ./... && go build -v ./... && git clean -f -d

after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 86c7d7d

Please sign in to comment.