1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

travis: Build Elm UI during deploy

This commit is contained in:
James Hillyerd
2019-01-06 18:14:36 -08:00
parent 9ca179e249
commit d16699f59f

View File

@@ -23,7 +23,14 @@ jobs:
- "elm-format --validate ."
- "npm run build"
- stage: deploy
install: "true"
go: "1.11.x"
before_install:
- "nvm install 10.13.0"
install:
- "cd ui"
- "npm ci"
- "npm run build"
- "cd .."
script: "curl -sL https://git.io/goreleaser | bash"
addons:
apt: