Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 805a25f

Browse files
committed
fix build
1 parent a485455 commit 805a25f

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,6 +7,7 @@ before_install:
77
- git clone --depth=1 https://github.com/NyaaCat/NyaaCore NyaaCat/NyaaCore
88
- export NYAACORE_LANG_DIR=`readlink -f ./NyaaCat/NyaaCore/src/main/resources/lang/`
99
- popd
10+
- wget -O NyaaCore-v4.1.72-mc1.12.jar "https://github.com/NyaaCat/NyaaCore/releases/download/v4.1.72-mc1.12/NyaaCore-v4.1.72-mc1.12.jar"
1011
after_success:
1112
- 'cp build/libs/HamsterEcoHelper.jar ./HamsterEcoHelper-$TRAVIS_BRANCH-v$main_version.$TRAVIS_BUILD_NUMBER.jar'
1213
before_deploy:
@@ -20,7 +21,6 @@ before_deploy:
2021
- git status
2122
- git push origin HEAD:$TRAVIS_BRANCH -q --follow-tags
2223
- gem install octokit -v 4.3.0
23-
- wget -O NyaaCore-v4.1.72-mc1.12.jar "https://github.com/NyaaCat/NyaaCore/releases/download/v4.1.72-mc1.12/NyaaCore-v4.1.72-mc1.12.jar"
2424
deploy:
2525
skip_cleanup: true
2626
provider: releases

0 commit comments

Comments
 (0)