1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00

Ask Travis to test Go 1.11 and Go 1.12

This commit is contained in:
Richard Townsend 2019-03-23 18:26:48 +00:00
parent 7374d36191
commit 993a961cfc

View File

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