Remove nsp check from Travis YML (#4403)

nsp is done through a GitHub PR hook and managed separately from Travis CI
This commit is contained in:
Addison Elliott
2017-11-29 15:01:27 -06:00
committed by Florent Vilmart
parent e2d33678a9
commit 9eed81e636

View File

@@ -54,7 +54,7 @@ jobs:
env:
before_script: skip
after_script: skip
script: npm install -g nsp && nsp check
script: skip
deploy:
- provider: script
skip_cleanup: true