Skip to content

Commit 9eed81e

Browse files
addisonElliottflovilmart
authored andcommitted
Remove nsp check from Travis YML (#4403)
nsp is done through a GitHub PR hook and managed separately from Travis CI
1 parent e2d3367 commit 9eed81e

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
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
before_script: skip
5656
after_script: skip
57-
script: npm install -g nsp && nsp check
57+
script: skip
5858
deploy:
5959
- provider: script
6060
skip_cleanup: true

0 commit comments

Comments
 (0)