Skip to content

Commit

Permalink
Use strings as golang version numbers in order for travis to correctl…
Browse files Browse the repository at this point in the history
…y interpret 1.10
  • Loading branch information
bendahl committed Nov 13, 2018
1 parent e081427 commit bedafc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- 1.9
- 1.10
- 1.11
- "1.9"
- "1.10"
- "1.11"

dist: trusty
sudo: required
Expand Down

0 comments on commit bedafc2

Please sign in to comment.