Skip to content

Commit

Permalink
remove go 1.9.x from Travis
Browse files Browse the repository at this point in the history
1.9 is too old and does not support DisallowUnknownFields:
`./yaml.go:43:48: undefined: DisallowUnknownFields`
  • Loading branch information
neolit123 committed Nov 3, 2018
1 parent fd68e98 commit 6867046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: go
dist: xenial
go:
- 1.9.x
- 1.10.x
- 1.11.x
script:
Expand Down

0 comments on commit 6867046

Please sign in to comment.