Skip to content

Commit

Permalink
Add Go 1.10-13 to travis setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemeyer committed Nov 5, 2019
1 parent f90ceb4 commit 1ed5951
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
language: go

go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- tip
- "1.4"
- "1.5"
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- "tip"

go_import_path: gopkg.in/yaml.v2

0 comments on commit 1ed5951

Please sign in to comment.