Skip to content

Commit

Permalink
remove golang 1.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ringtail committed Dec 24, 2017
1 parent 36a4b0a commit 9441b1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ language: go
install: true
sudo: required
go:
- 1.7
- 1.8
- 1.9
- master
script:
- ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 9441b1f

Please sign in to comment.