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

Merge pull request #2 from sjwhitworth/master

Bringing Master Up to Date
This commit is contained in:
Ayush Goel 2020-08-01 14:56:36 +05:30 committed by GitHub
commit db7f9de99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
language: go
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- 1.13.x
- 1.14.x
env:
# Temporary workaround for go 1.6
# Temporary workaround for Go 1.6+
- GODEBUG=cgocheck=0
before_install:
- sudo apt-get update -qq