Skip to content

Commit

Permalink
Merge pull request #486 from AlekSi/patch-1
Browse files Browse the repository at this point in the history
Use latest Go patch versions, add new ones
  • Loading branch information
mdwhatcott committed Jun 2, 2017
2 parents af8e7d5 + 4690ff4 commit 9e8dc3f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
@@ -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 9e8dc3f

Please sign in to comment.