Skip to content

Commit 2516579

Browse files
committed
Added yarn_install yarn_build before assemble.
1 parent ea5fba5 commit 2516579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matrix:
77
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
88
- source ./install-jdk.sh --url 'https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-jdk.tar.gz'
99

10-
install: "./gradlew assemble"
10+
install: "./gradlew yarn_install yarn_build assemble"
1111
script: "./gradlew yarn_install yarn_build check"
1212
before_cache:
1313
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

0 commit comments

Comments
 (0)