Skip to content

Commit

Permalink
remove support for go 1.4 and 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Corso committed May 15, 2017
1 parent f95dd52 commit 49c37a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: go

go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip

script: make test
script: make test

0 comments on commit 49c37a5

Please sign in to comment.