Skip to content

Commit

Permalink
Added go1.9 to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans authored Oct 17, 2017
1 parent e1f69d2 commit f73b5fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
sudo: false
language: go
go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip

0 comments on commit f73b5fe

Please sign in to comment.