Skip to content

Commit 69d7202

Browse files
committed
Drop support for go 1.7 because of echo
Echo dropped the support for go 1.7 which leads us to either drop support for echo, or go 1.7. :/
1 parent 95be7bd commit 69d7202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: go
22

33
go:
4-
- 1.7
5-
- 1.8
6-
- 1.9
7-
- tip
4+
- "1.8"
5+
- "1.9"
6+
- "1.10"
7+
- "tip"
88

99
sudo: false
1010

0 commit comments

Comments
 (0)