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:
committed by
Florent Vilmart
parent
e2d33678a9
commit
9eed81e636
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user