Skip to content

Commit 38398a3

Browse files
committed
add 1.12 to tests and drop unsupported 1.8, 1.9
1 parent 1ae93ed commit 38398a3

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
@@ -18,10 +18,9 @@ before_install:
1818

1919
# go versions to test
2020
go:
21-
- "1.8"
22-
- "1.9"
2321
- "1.10.x"
2422
- "1.11.x"
23+
- "1.12.x"
2524

2625
# run tests w/ coverage
2726
script:

0 commit comments

Comments
 (0)