Drop support for Go 1.9 and 1.10 and add test on Go 1.13

This commit is contained in:
Asdine El Hrychy
2019-10-14 19:01:14 +02:00
parent c6fa66c747
commit 8e84f96d56

View File

@@ -4,10 +4,9 @@ before_install:
- go get github.com/stretchr/testify
go:
- 1.9
- '1.10'
- '1.11'
- '1.12'
- '1.13'
- tip
script: