1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00

Merge pull request #227 from Sentimentron/add-go-12

Ask Travis to test Go 1.11 and Go 1.12, drop support for Go 1.8
This commit is contained in:
Richard Townsend 2019-03-23 18:43:39 +00:00 committed by GitHub
commit 744cde5cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
env:
# Temporary workaround for go 1.6
- GODEBUG=cgocheck=0