Skip to content

Commit

Permalink
Fix path issue in deploy script (#177)
Browse files Browse the repository at this point in the history
* Fix path issue in deploy script
  • Loading branch information
Artur- authored and Denis committed Oct 4, 2016
1 parent 073e49e commit 19a40ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]
then
cd vaadin-cdi
mvn deploy --settings ../.travis-settings.xml -DrepositoryId=vaadin-snapshots -DaltDeploymentRepository=vaadin-snapshots::default::https://oss.sonatype.org/content/repositories/vaadin-snapshots/ -DskipTests=true -DskipITs -B
fi

0 comments on commit 19a40ac

Please sign in to comment.