Skip to content

Commit

Permalink
Update travis config to use latest go versions (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and niemeyer committed Nov 19, 2019
1 parent 36babc3 commit a95acef
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 a95acef

Please sign in to comment.