Skip to content

Commit

Permalink
committing changes for v2.7.4-201807151529
Browse files Browse the repository at this point in the history
  • Loading branch information
rlf committed Jul 15, 2018
1 parent 1a6d66a commit e18982a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ before_install:
- cd uSkyBlock-Core/src/main/po && perl en2pirate.pl && cd -
- cd uSkyBlock-Core/src/main/po && perl en2kitteh.pl && cd -
script:
- mvn -nsu -Dtravis.buildNumber=${TRAVIS_BUILD_NUMBER} -DskipTests=true -Pi18n,${MC},we613,wg62 clean install
- mvn -nsu -Dtravis.buildNumber=${TRAVIS_BUILD_NUMBER} -Pi18n,${MC},we613,wg62 clean install
before_deploy:
- mv uSkyBlock-Plugin/target/uSkyBlock.jar uSkyBlock-Plugin/target/uSkyBlock-bukkit${MC}.jar
- export RELEASENOTE=$( cat changelog.txt )
- export RELEASENOTE=$( cat changelog.txt | base64 )
deploy:
provider: releases
api-key: "${GITHUB_TOKEN}"
Expand All @@ -39,8 +39,6 @@ deploy:
all_branches: true
prerelease: true
body: ${RELEASENOTE}
after_success:
- mvn -nsu deploy -DGITHUB_TOKEN=${GITHUB_TOKEN}
cache:
directories:
- "$HOME/.m2"
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Change Log for v2.7.4..v2.7.4-201807151517
# Change Log for v2.7.4..v2.7.4-201807151529
* c69ecf1 Feature #974 - Add challengecompletion times as challenge requirement
* a786922 Issue #995 - Handle many required items
* 07ecfe2 Issue #993 - Handle large orphan lists
Expand Down

0 comments on commit e18982a

Please sign in to comment.