diff --git a/.travis.yml b/.travis.yml index 5c752dd..5101789 100755 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ install: before_script: - echo "Publishing native platform Binary Package? ->" $PUBLISH_BINARY # if publishing, do it - - if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package publish; fi; + - if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package publish || true ; fi; # cleanup - node-pre-gyp clean - node-gyp clean