mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-09 20:55:56 +00:00
Update backend and docker dependencies (#173)
* backend: update dependencies * travis: go 1.15 * docker: bump to go 1.15, alpine 3.12
This commit is contained in:
@@ -13,7 +13,7 @@ install:
|
||||
jobs:
|
||||
include:
|
||||
- go: "1.14.x"
|
||||
- go: "master"
|
||||
- go: "1.15.x"
|
||||
- language: elm
|
||||
elm: "latest-0.19.1"
|
||||
elm_format: "latest-0.19.1"
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
- "elm-format --validate ."
|
||||
- "npm run build"
|
||||
- stage: deploy
|
||||
go: "1.14.x"
|
||||
go: "1.15.x"
|
||||
before_install:
|
||||
- "nvm install 10.19.0"
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user