ci(travis): check that webui builds

useful for PRs
also remove skip_cleanup which is now the default
This commit is contained in:
Gauthier Roebroeck 2020-02-14 10:31:52 +08:00
parent 26f797601b
commit 39a935e4bf

View file

@ -16,7 +16,8 @@ jobs:
include:
- stage: test webui builds
jdk: openjdk8
install: ./gradlew npmBuild
install: skip
script: ./gradlew npmBuild
- stage: deploy
jdk: openjdk8
install: