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

fix: update travis configuration

This commit is contained in:
Richard Townsend 2020-07-14 23:41:44 +01:00
parent 3cc6a338f9
commit b72c44ed80

View File

@ -1,10 +1,11 @@
language: go
dist: trusty
dist: bionic
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- "1.14"
arch:
- amd64
- arm64
env:
before_install:
- sudo apt-get update -qq