Skip to content

Commit

Permalink
travis runs: npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Nov 20, 2018
1 parent c3fc8d7 commit d141a38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ before_install:

install:
- npm install
- npm audit
- npm run compile

script:
- npm test --silent

before_deploy:
- npm install
- npm audit
- npm run compile

deploy:
Expand Down

0 comments on commit d141a38

Please sign in to comment.