There was an error while loading. Please reload this page.
1 parent c9f2410 commit 50a7191Copy full SHA for 50a7191
1 file changed
.travis.yml
@@ -95,7 +95,7 @@ script:
95
fi
96
97
after_success:
98
- - if [ -n "$TRAVIS_TAG" ]; then
+ - if [ -n "$TRAVIS_TAG" ] && [ "$EXTENDED_TESTING" != "true" ] && [ "$DEPLOY_DOCUMENTATION" != "true" ]; then
99
npm install -g node-pre-gyp;
100
npm install -g aws-sdk;
101
node lifecycleScripts/clean;
0 commit comments