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 0099dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -21,7 +21,7 @@ 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 --ignore-engines
- appveyor-retry yarn add mocha-appveyor-reporter # must be installed locally.


Expand Down

0 comments on commit 0099dd0

Please sign in to comment.