Skip to content

Commit

Permalink
Fix deploy in .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mickael Istria <[email protected]>
  • Loading branch information
mickaelistria committed Jul 24, 2017
1 parent 3593170 commit c3ee5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ script:
fi
after_success:
- if [[ $TRAVIS_PULL_REQUEST == "false" && $TRAVIS_BRANCH == "master" ]] ; then
cd repository/
mvn deploy
cd repository/;`
mvn deploy;
fi

0 comments on commit c3ee5e9

Please sign in to comment.