Skip to content

Commit 0150c4b

Browse files
authored
Merge pull request #616 from evcohen/reinstate-tests
Reinstate tests
2 parents b7b47ab + 62de524 commit 0150c4b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,15 @@ matrix:
5050
- node_js: "6"
5151
env: ESLINT=6
5252
allow_failures:
53-
- node_js: "9"
5453
- node_js: "7"
54+
env: ESLINT=6
55+
- node_js: "5"
56+
env: ESLINT=6
5557
- node_js: "5"
56-
- node_js: "4" # not sure why this is failing; probably something in jest
58+
env: ESLINT=4
59+
- node_js: "5"
60+
env: ESLINT=3
61+
- node_js: "4"
5762
env: ESLINT=4
5863
- node_js: "4"
5964
env: ESLINT=3

0 commit comments

Comments
 (0)