Skip to content

Commit

Permalink
Added yarn_install yarn_build before assemble.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder committed Feb 22, 2022
1 parent ea5fba5 commit 2516579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source ./install-jdk.sh --url 'https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-jdk.tar.gz'

install: "./gradlew assemble"
install: "./gradlew yarn_install yarn_build assemble"
script: "./gradlew yarn_install yarn_build check"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit 2516579

Please sign in to comment.