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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
creising committed Nov 7, 2014
1 parent 786d41c commit f6322ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ env:
- secure: XWT6dIx4cJToUZetkzULtYWbfLIbb5L+ALIdClHA2a1iedtO25LpkSTFNWHf1LdOUwEq6mt8JCMoDiHhWyMJtBSnsCmVL1FgS16K4zfu8u8m0qM4vejRiM7lmOrE1VQsoNEEgW1f3owd8KmbQZqN6qOpFghwS74V4sDf66XJWGY=
after_success:

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

0 comments on commit f6322ae

Please sign in to comment.