Skip to content

Commit

Permalink
Golang 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
minimum2scp committed Feb 17, 2017
1 parent d9dbae4 commit 8c1a2b2
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,7 +1,7 @@
language: go
sudo: false
go:
- 1.8rc3
- 1.8
- tip
install:
- go get github.com/golang/lint/golint
Expand Down Expand Up @@ -31,4 +31,4 @@ deploy:
repo: minimum2scp/geco
tags: true
branch: master
condition: "${TRAVIS_GO_VERSION} = 1.8rc3"
condition: "${TRAVIS_GO_VERSION} = 1.8"

0 comments on commit 8c1a2b2

Please sign in to comment.