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

Merge pull request #3 from sjwhitworth/master

Updating cart_reviewed
This commit is contained in:
Ayush Goel 2020-08-01 15:03:02 +05:30 committed by GitHub
commit 4e5315a687
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