Skip to content

Commit

Permalink
fix(travis): use string notation for matrix items
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jul 27, 2018
1 parent 673f6c2 commit 6f0781f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: go

go:
- 1.10
- 1.9
- 1.8
- 1.7
- tip
- "1.10"
- "1.9"
- "1.8"
- "1.7"
- "tip"

before_install:
- go get -u -v github.com/golang/lint/golint
Expand Down

0 comments on commit 6f0781f

Please sign in to comment.