Skip to content

Commit 7d2332e

Browse files
authored
Run nsp check on release (#4285)
* Run nsp check on release * At the right place
1 parent 72888bc commit 7d2332e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
before_script: skip
5353
after_script: skip
54-
script: skip
54+
script: npm install -g nsp && nsp check
5555
deploy:
5656
- provider: script
5757
skip_cleanup: true

0 commit comments

Comments
 (0)