mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
travis: Update to Go 1.14.x
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
sudo: false
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
@@ -12,7 +10,7 @@ install:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- go: "1.11.x"
|
- go: "1.14.x"
|
||||||
- go: "master"
|
- go: "master"
|
||||||
- language: elm
|
- language: elm
|
||||||
elm: "0.19.0"
|
elm: "0.19.0"
|
||||||
@@ -23,7 +21,7 @@ jobs:
|
|||||||
- "elm-format --validate ."
|
- "elm-format --validate ."
|
||||||
- "npm run build"
|
- "npm run build"
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
go: "1.11.x"
|
go: "1.14.x"
|
||||||
before_install:
|
before_install:
|
||||||
- "nvm install 10.13.0"
|
- "nvm install 10.13.0"
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user