From 26f797601bd4dfd925cf0bd682c92081b4729874 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 14 Feb 2020 10:20:20 +0800 Subject: [PATCH] ci(travis): check that webui builds useful for PRs also remove skip_cleanup which is now the default --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e623d908..a129e379c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jobs: include: - stage: test webui builds jdk: openjdk8 - script: ./gradlew npmBuild + install: ./gradlew npmBuild - stage: deploy jdk: openjdk8 install: