Skip to content

Commit

Permalink
Merge pull request #13 from jmank88/ci
Browse files Browse the repository at this point in the history
replace 1.x with explicit 1.9.x and '1.10'
  • Loading branch information
jmank88 authored Feb 19, 2018
2 parents ac2a339 + 8679dfd commit b17dce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: go

go:
- 1.x
- 1.9.x
- "1.10"
- tip

install:
Expand Down

0 comments on commit b17dce8

Please sign in to comment.