Skip to content

Commit 43bfb62

Browse files
authored
Merge branch 'master' into greenkeeper/flow-bin-0.99.0
2 parents eddef45 + e4cb96c commit 43bfb62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-polyfill": "^6.26.0",
4141
"babel-preset-es2015": "^6.24.1",
4242
"coveralls": "^3.0.1",
43-
"eslint": "^4.19.1",
43+
"eslint": "^5.15.2",
4444
"eslint-config-airbnb-base": "^13.0.0",
4545
"eslint-plugin-flowtype": "^3.5.0",
4646
"eslint-plugin-import": "^2.13.0",

0 commit comments

Comments
 (0)