Skip to content

Commit 550b870

Browse files
committedAug 30, 2020
travis: drop older Go versions
1 parent c1c425c commit 550b870

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
 

‎.travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: go
22
go_import_path: pault.ag/go/debian
33
go:
4-
- 1.9.x
5-
- 1.8.x
6-
- 1.7.x
7-
- 1.6.x
8-
- 1.5.x
4+
- "1.15.x"
5+
- "1.14.x"
6+
- "1.13.x"
7+
- "1.12.x"
8+
- "1.11.x"
9+
- "1.10.x"
10+
- "1.9.x"

0 commit comments

Comments
 (0)
Please sign in to comment.