1
0
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:
James Hillyerd
2020-08-30 13:18:58 -07:00
committed by GitHub
parent 5a0c4778cb
commit f0520b88c5
5 changed files with 69 additions and 41 deletions

View File

@@ -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: