Skip to content

Commit 4b9abdb

Browse files
authored
feat(travis): remove old Go versions, add Go 1.11
1 parent d67c48e commit 4b9abdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ dist: trusty
44
sudo: false
55

66
go:
7-
- "1.6"
8-
- "1.7"
97
- "1.8"
108
- "1.9"
119
- "1.10"
10+
- "1.11"
1211
- "tip"
1312

1413
env:

0 commit comments

Comments
 (0)