Skip to content

Commit

Permalink
Fix runelite-plugin-archetype
Browse files Browse the repository at this point in the history
- Use "install" instead of "verify" so archetype test can pick up the
latest RuneLite version
- Remove "clean" from goals.txt

Fixes runelite#364

Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Jan 12, 2018
1 parent f82130b commit 3479ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
clean verify
verify
2 changes: 1 addition & 1 deletion travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ PROJECT_VERSION=`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}
if [[ "${TRAVIS_PULL_REQUEST}" == "false" && $PROJECT_VERSION == *"-SNAPSHOT" && "$TRAVIS_BRANCH" == "master" ]]; then
mvn clean deploy --settings travis/settings.xml
else
mvn clean verify --settings travis/settings.xml
mvn clean install --settings travis/settings.xml
fi

0 comments on commit 3479ea3

Please sign in to comment.