Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Use Travis for Official Building
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 2, 2016
1 parent c082427 commit 371ec08
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 @@ -11,7 +11,7 @@ cache:
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
- "$HOME/build/distributions/"
script: "./gradlew clean setupCauldron jar"
script: "./gradlew clean setupCauldron jar -PofficialBuild"

This comment has been minimized.

Copy link
@fewizz

fewizz Mar 2, 2016

"PofficialBuild" ?

This comment has been minimized.

Copy link
@sameer

sameer Mar 2, 2016

Member

property official build

This comment has been minimized.

Copy link
@fewizz

fewizz Mar 2, 2016

ah, ok, sorry. Just i thought that this was small mistake.

before_deploy: mv build/distributions/Thermos*server*jar build/distributions/Thermos-1.7.10-1614.UNOFFICIAL-server.jar
deploy:
provider: releases
Expand Down

1 comment on commit 371ec08

@sameer
Copy link
Member

@sameer sameer commented on 371ec08 Mar 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I was multitasking and doing it over the course of an hour...but now it should auto-build when a new release is made. All I have to do now...is add the proper release notes!

Please sign in to comment.