travis, attempt to fix the build by using updated go version

This commit is contained in:
Michael Muré 2020-02-06 12:39:21 +01:00
parent 7e48e0a9be
commit 3932f74997
No known key found for this signature in database
GPG Key ID: A4457C029293126F

View File

@ -1,13 +1,13 @@
matrix:
include:
- language: go
go: "1.10"
go: 1.10.x
- language: go
go: "1.11"
go: 1.11.x
- language: go
go: "1.12"
go: 1.12.x
- language: go
go: "1.13"
go: 1.13.x
- language: node_js
node_js: 8
before_install:
@ -28,6 +28,16 @@ matrix:
before_install:
- cd webui
after_success: []
- language: node_js
node_js: 12
before_install:
- cd webui
after_success: []
- language: node_js
node_js: 13
before_install:
- cd webui
after_success: []
env:
GO111MODULE=on