Skip to content

Commit

Permalink
Prevent install scripts from running unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 8, 2017
1 parent b6148f2 commit 7a0e230
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 @@ -19,6 +19,8 @@ env:
before_install:
- npm config set strict-ssl false
- npm install coveralls
# Prevent mochify -> puppeteer install script to run unnecessarily
- if [ "x$TRAVIS_NODE_VERSION" != "x8" ]; then npm config set ignore-scripts true; fi

before_script:
# these build targets only need to run once per build, so let's conserve a few resources
Expand Down

0 comments on commit 7a0e230

Please sign in to comment.