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:
|
||||
global:
|
||||
- GO111MODULE=on
|
||||
@@ -12,7 +10,7 @@ install:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- go: "1.11.x"
|
||||
- go: "1.14.x"
|
||||
- go: "master"
|
||||
- language: elm
|
||||
elm: "0.19.0"
|
||||
@@ -23,7 +21,7 @@ jobs:
|
||||
- "elm-format --validate ."
|
||||
- "npm run build"
|
||||
- stage: deploy
|
||||
go: "1.11.x"
|
||||
go: "1.14.x"
|
||||
before_install:
|
||||
- "nvm install 10.13.0"
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user