Skip to content

Commit

Permalink
chore(v2): update travis config to use latest go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Nov 5, 2019
1 parent 770b8da commit 1c5213c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
@@ -1,16 +1,16 @@
language: go

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

go_import_path: gopkg.in/yaml.v2

0 comments on commit 1c5213c

Please sign in to comment.