Skip to content

Commit

Permalink
update go version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut committed Nov 29, 2016
1 parent 12fabfe commit ae13bf5
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,14 +1,14 @@
language: go

go:
- 1.6
- 1.7.3

script:
- make dev

matrix:
include:
- go: 1.7
- go: 1.7.3
install:
- go get github.com/mattn/goveralls
env:
Expand Down

0 comments on commit ae13bf5

Please sign in to comment.