Skip to content

Commit

Permalink
remove go 1.6 from travis test, add go 1.13 - 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Seidl committed Sep 17, 2020
1 parent bbd7e3f commit 06f486a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: go

go:
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15

install:
- make setup
Expand Down

0 comments on commit 06f486a

Please sign in to comment.