Skip to content

Commit

Permalink
fix #139: remove old go version support
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 10, 2020
1 parent ef17d42 commit 6cac5c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ env:
go:
- master
- 1.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
Expand Down
2 changes: 0 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build go1.10

package retry_test

import (
Expand Down

0 comments on commit 6cac5c6

Please sign in to comment.