Skip to content

Commit

Permalink
Quote go versions for correct parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnev committed Jul 12, 2019
1 parent 2acbf73 commit 278f939
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 @@
sudo: false
language: go
go:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"

install:
- go get github.com/stretchr/testify
Expand Down

0 comments on commit 278f939

Please sign in to comment.