Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Added ability to publish snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
creising committed Nov 7, 2014
1 parent 5b17746 commit d035a76
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: java

jdk:
- oraclejdk7

env:
- TERM=dumb

matrix:
- TERM=dumb
global:
- secure: ZmCjQ4x9bFxBdd7JPzGrPKDa5F7cpg0YuT6ojIg0WsoC8ZeUXMuTUDrg9s2Aqi5VlEY0+y/FPf14cY8KB8YGUQ1DrMrNEpT3g69mF0KiyVb9uhSjdWYq9OoGIHL8uvP1C/foszmUTYVEKron2fr6fjX/cvsYuj4TdSpi2nd9gEI=
- secure: XWT6dIx4cJToUZetkzULtYWbfLIbb5L+ALIdClHA2a1iedtO25LpkSTFNWHf1LdOUwEq6mt8JCMoDiHhWyMJtBSnsCmVL1FgS16K4zfu8u8m0qM4vejRiM7lmOrE1VQsoNEEgW1f3owd8KmbQZqN6qOpFghwS74V4sDf66XJWGY=
after_success:
- ./gradlew jacocoTestReport coveralls

- if [[ "$TRAVIS_BRANCH" != "master" ]]; then
./gradlew uploadArchives -PnexusUsername="${OSSUNAME}" -PnexusPassword="${OSSPASS}"
fi

- ./gradlew coveralls

0 comments on commit d035a76

Please sign in to comment.