Skip to content

Commit

Permalink
Update everything!
Browse files Browse the repository at this point in the history
nodejs/node-gyp#1502 was finally resolved by
node-gyp 3.8.0. I've also added `npm audit` to travis so we get notified
of these sorts of issues in the future.
  • Loading branch information
jfly committed Aug 9, 2018
1 parent 9879ddf commit 8eafe9e
Show file tree
Hide file tree
Showing 3 changed files with 1,609 additions and 3,769 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,9 @@ cache:
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y potrace
script: npm run deploy
script:
- npm audit
- npm run deploy
env:
global:
# Set the GH_TOKEN environment variable needed by "gulp deploy-travis"
Expand Down

0 comments on commit 8eafe9e

Please sign in to comment.