Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
.travis.yml: Add all golang versions (#147)
Browse files Browse the repository at this point in the history
go 1.10+ are failing at the moment.
  • Loading branch information
jayvdb authored and unknwon committed Jul 21, 2019
1 parent 69cfb63 commit 66ee1ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- '1.10'
- 1.11
- 1.12
- tip

script: go test ./... -v -cover -race
Expand Down

0 comments on commit 66ee1ff

Please sign in to comment.