Skip to content

Commit

Permalink
build on 1.6 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter committed May 24, 2016
1 parent 3b5b894 commit bea1ac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go

go:
- 1.6

before_deploy:
- GOOS=linux GOARCH=386 make VERSION=$TRAVIS_TAG package
- GOOS=linux GOARCH=amd64 make VERSION=$TRAVIS_TAG package
Expand Down

0 comments on commit bea1ac7

Please sign in to comment.