mirror of
https://github.com/gotson/komga.git
synced 2025-12-24 01:14:03 +01:00
ci(travis): check that webui builds
useful for PRs also remove skip_cleanup which is now the default
This commit is contained in:
parent
26f797601b
commit
39a935e4bf
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue