Skip to content

Commit 50a7191

Browse files
committed
Travis: Don't try to deploy binaries on tests and documentation
1 parent c9f2410 commit 50a7191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ script:
9595
fi
9696

9797
after_success:
98-
- if [ -n "$TRAVIS_TAG" ]; then
98+
- if [ -n "$TRAVIS_TAG" ] && [ "$EXTENDED_TESTING" != "true" ] && [ "$DEPLOY_DOCUMENTATION" != "true" ]; then
9999
npm install -g node-pre-gyp;
100100
npm install -g aws-sdk;
101101
node lifecycleScripts/clean;

0 commit comments

Comments
 (0)