Skip to content

Commit

Permalink
Use latest Go patch versions, add new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jun 2, 2017
1 parent af8e7d5 commit 4690ff4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.2.x
- 1.3.x
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- tip

install:
Expand Down

0 comments on commit 4690ff4

Please sign in to comment.