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 8, 2014
1 parent f6322ae commit 6f2cc46
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 @@ -11,7 +11,7 @@ after_success:

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

0 comments on commit 6f2cc46

Please sign in to comment.