disable npm cache

pull/20/head
Mathias Buus 4 years ago
parent 5b8c880d6c
commit d309c2d741

@ -35,3 +35,6 @@ before_deploy:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then PREBUILD_ARCH=ia32 npm run prebuild; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then PREBUILD_ARCH=ia32 npm run prebuild; fi
- cd prebuilds && tar cvf "../$ARCHIVE_NAME" . && cd ..
cache:
npm: false

Loading…
Cancel
Save