Skip to content

Commit c6e7210

Browse files
author
Robert Jackson
committed
Add --ignore-engines to yarn invocations.
1 parent 7b045a5 commit c6e7210

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ cache:
3232
before_install:
3333
- npm config set spin false
3434
- npm install -g npm@4
35+
36+
install:
37+
- yarn --ignore-engines

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ install:
2121
- appveyor-retry npm i -g bower # for ember-cli-addon-tests
2222
- npm --version
2323
- appveyor-retry choco install phantomjs
24-
- appveyor-retry yarn
25-
- appveyor-retry yarn add mocha-appveyor-reporter # must be installed locally.
24+
- appveyor-retry yarn --ignore-engines
25+
- appveyor-retry yarn add mocha-appveyor-reporter --ignore-engines # must be installed locally.
2626

2727

2828
# Post-install test scripts.

0 commit comments

Comments
 (0)