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 7ad1edb commit 22a6e0dCopy full SHA for 22a6e0d
.travis.yml
@@ -6,8 +6,8 @@ node_js:
6
- 12
7
- 10
8
install:
9
- - 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}" --ignore-engines'
10
- - 'yarn --ignore-engines'
+ - 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}"'
+ - 'yarn'
11
env:
12
- 'ESLINT=6 JEST=25'
13
- 'ESLINT=7 JEST=25'
0 commit comments