Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Update latest version of go -1.6.1 and added -tip for future upgrades
  • Loading branch information
xn0px90 committed Apr 22, 2016
1 parent f043949 commit 10a4733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.6

- 1.6.1
- tip
script: go test -race ./go/...
install: GO15VENDOREXPERIMENT=1 go get -t -v ./go/...
env:
Expand Down

0 comments on commit 10a4733

Please sign in to comment.