Skip to content

Commit

Permalink
Updated Jest with npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ImOverlord committed Mar 14, 2019
1 parent 85d4092 commit d579818
Show file tree
Hide file tree
Showing 3 changed files with 1,526 additions and 2,422 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,13 +1,13 @@
language : node_js

node_js :
- stable
- stable

install:
- npm install
- npm ci

script:
- npm run test
- npm run test

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

0 comments on commit d579818

Please sign in to comment.