mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
travis, attempt to fix the build by using updated go version
This commit is contained in:
parent
7e48e0a9be
commit
3932f74997
18
.travis.yml
18
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user