Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Aug 6, 2015
1 parent 54c9b2c commit 40abdb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildscript/deploy_snapshot.sh
Expand Up @@ -21,6 +21,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
else
echo "Deploying snapshot..."
./gradlew uploadArchives -PnexusUsername="${CI_DEPLOY_USERNAME}" -PnexusPassword="${CI_DEPLOY_PASSWORD}"
./gradlew uploadArchives -PNEXUS_USERNAME="${CI_DEPLOY_USERNAME}" -PNEXUS_PASSWORD="${CI_DEPLOY_PASSWORD}"
echo "Snapshot deployed!"
fi
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ branches:
notifications:
email: false

script: ./gradlew check assemble
script: ./gradlew assemble testDebug

sudo: false

Expand Down

0 comments on commit 40abdb5

Please sign in to comment.