Skip to content

Commit

Permalink
Drop support for unsupported go versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Apr 10, 2018
1 parent bd9301d commit 38f5bfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.8
- 1.9
- '1.9'
- '1.10'
- master
install:
- go get -v github.com/Masterminds/glide
Expand All @@ -24,4 +24,4 @@ deploy:
on:
tags: true
branch: master
go: 1.9
go: '1.10'

0 comments on commit 38f5bfc

Please sign in to comment.