diff --git a/.travis.yml b/.travis.yml index 379ce60..0d27455 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ cache: notifications: email: false node_js: + - '4' + - '5' - '6' before_install: - npm i -g npm@^2.0.0 @@ -19,3 +21,4 @@ after_success: branches: only: - master + - develop diff --git a/package.json b/package.json index 67472c7..2673822 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ "codecov.io": "0.1.6", "commitizen": "2.7.4", "cz-conventional-changelog": "1.1.5", - "eslint": "3.0.1", + "eslint": "2.13.1", "eslint-config-airbnb": "9.0.1", - "eslint-plugin-import": "1.10.2", + "eslint-plugin-import": "1.11.1", "eslint-plugin-jsx-a11y": "1.5.5", "eslint-plugin-react": "5.2.2", "expect": "1.16.0",