We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5fba5 commit 2516579Copy full SHA for 2516579
.travis.yml
@@ -7,7 +7,7 @@ matrix:
7
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
8
- source ./install-jdk.sh --url 'https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-jdk.tar.gz'
9
10
-install: "./gradlew assemble"
+install: "./gradlew yarn_install yarn_build assemble"
11
script: "./gradlew yarn_install yarn_build check"
12
before_cache:
13
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
0 commit comments