Skip to content

Commit 1070fb4

Browse files
committed
chore: Don't check for engines in tests
1 parent 2c9fe95 commit 1070fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_js:
77
- 6
88
install:
99
- 'yarn add "eslint@${ESLINT}" "jest@${JEST}" "babel-jest@${JEST}"'
10-
- 'yarn'
10+
- 'yarn --ignore-engines'
1111
env:
1212
- 'ESLINT=4 JEST=24'
1313
- 'ESLINT=5 JEST=24'

0 commit comments

Comments
 (0)