1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-09 19:29:30 +08:00

travis: fix golang version format

This commit is contained in:
Richard Townsend 2018-03-24 00:23:10 +00:00
parent eca9d9f7ba
commit 7ade2974fa

View File

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