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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user