Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #249 from rremer/update-golang
Browse files Browse the repository at this point in the history
fix master build by upgrading with supported golang versions
  • Loading branch information
jehiah committed May 26, 2016
2 parents 62c80df + 0b2e899 commit a631197
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
go:
- 1.3.3
- 1.4.2
- 1.5.4
- 1.6.2
script:
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm > gpm
- chmod +x gpm
Expand Down

0 comments on commit a631197

Please sign in to comment.