Skip to content

Commit

Permalink
.travis.yml: add Go 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Apr 13, 2016
1 parent f36d8d5 commit 70f9bbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: go

go:
- 1.4
- 1.5
- 1.4.3
- 1.5.3
- 1.6

install: ./travis-install.sh

0 comments on commit 70f9bbe

Please sign in to comment.