Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(ci): remove nsp (#602)
Browse files Browse the repository at this point in the history
Fixes #596
Fixes #597
  • Loading branch information
vladikoff committed Sep 18, 2018
1 parent fc939d9 commit 64ade86
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 577 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -31,6 +31,7 @@ env:
- CXX=g++-4.8 NODE_ENV=test DB=mysql

before_install:
- npm i -g npm@6
- npm config set spin false

before_script:
Expand All @@ -41,4 +42,5 @@ before_script:
script:
- npm run outdated
- npm test
- grunt nsp --force
# HACK: ignore npm audit errors for now until we get them all fixed
- npm audit || true
11 changes: 0 additions & 11 deletions grunttasks/nsp.js

This file was deleted.

0 comments on commit 64ade86

Please sign in to comment.