Skip to content

Commit 9441b1f

Browse files
committed
remove golang 1.7 support
1 parent 36a4b0a commit 9441b1f

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
@@ -2,11 +2,10 @@ language: go
22
install: true
33
sudo: required
44
go:
5-
- 1.7
65
- 1.8
76
- 1.9
87
- master
98
script:
109
- ./test.sh
1110
after_success:
12-
- bash <(curl -s https://codecov.io/bash)
11+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)