Skip to content

Commit

Permalink
test deploy on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
krisskross committed Feb 9, 2016
1 parent 2adda5b commit 55f0f60
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 @@ -38,8 +38,8 @@ before_script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install build-essential automake1.10 libtool; fi

script:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then mvn install -P osx64; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mvn install -P linux64; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then mvn clean source:jar javadoc:jar deploy --settings="ci/settings.xml" -P osx64; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mvn clean source:jar javadoc:jar deploy --settings="ci/settings.xml" -P linux64; fi

after_success:
- mvn -P linux64 jacoco:report coveralls:report
Expand Down

0 comments on commit 55f0f60

Please sign in to comment.