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 12, 2020
1 parent 2c9fe95 commit bdad0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node_js:
- 8
- 6
install:
- 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}"'
- 'yarn'
- 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}" --ignore-engines'
- 'yarn --ignore-engines'
env:
- 'ESLINT=4 JEST=24'
- 'ESLINT=5 JEST=24'
Expand Down

0 comments on commit bdad0be

Please sign in to comment.