From 39a935e4bfc2846b229cd089b12df9f5b86a39a7 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 14 Feb 2020 10:31:52 +0800 Subject: [PATCH] ci(travis): check that webui builds useful for PRs also remove skip_cleanup which is now the default --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a129e379c..c8d274335 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: