Skip to content

Commit

Permalink
Add --ignore-engines to yarn invocations.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 28, 2019
1 parent 7b045a5 commit c6e7210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -32,3 +32,6 @@ cache:
before_install:
- npm config set spin false
- npm install -g npm@4

install:
- yarn --ignore-engines
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -21,8 +21,8 @@ install:
- appveyor-retry npm i -g bower # for ember-cli-addon-tests
- npm --version
- appveyor-retry choco install phantomjs
- appveyor-retry yarn
- appveyor-retry yarn add mocha-appveyor-reporter # must be installed locally.
- appveyor-retry yarn --ignore-engines
- appveyor-retry yarn add mocha-appveyor-reporter --ignore-engines # must be installed locally.


# Post-install test scripts.
Expand Down

0 comments on commit c6e7210

Please sign in to comment.