Skip to content

Commit 84979c1

Browse files
committed
Allow Node 4 / ESLint 3 failure to unblock ESLint upgrade in PR #568
1 parent 23bbe17 commit 84979c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ matrix:
4646
- node_js: "5"
4747
- node_js: "4" # not sure why this is failing; probably something in jest
4848
env: ESLINT=4
49+
- node_js: "4"
50+
env: ESLINT=3

0 commit comments

Comments
 (0)