We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9fe95 commit bdad0beCopy full SHA for bdad0be
.travis.yml
@@ -6,8 +6,8 @@ node_js:
6
- 8
7
- 6
8
install:
9
- - 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}"'
10
- - 'yarn'
+ - 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}" --ignore-engines'
+ - 'yarn --ignore-engines'
11
env:
12
- 'ESLINT=4 JEST=24'
13
- 'ESLINT=5 JEST=24'
0 commit comments