Skip to content

Commit

Permalink
chore: Don't check for engines in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jun 11, 2020
1 parent 2c9fe95 commit 1070fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:
- 6
install:
- 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}"'
- 'yarn'
- 'yarn --ignore-engines'
env:
- 'ESLINT=4 JEST=24'
- 'ESLINT=5 JEST=24'
Expand Down

0 comments on commit 1070fb4

Please sign in to comment.