From 58a2679b6e9ff83a2f5b414086c035333ef7fdb7 Mon Sep 17 00:00:00 2001 From: andresdavid90 Date: Sat, 23 Jul 2016 12:43:23 -0500 Subject: [PATCH 1/2] chore(travis): Adding node versions and develop branch We should be testing in the latest version of Node 4, 5 and 6. Also, the develop branch should be integrated into the CI. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 From 6fef226bb0a837ca036c276cbf3d2d23d96430e4 Mon Sep 17 00:00:00 2001 From: andresdavid90 Date: Sat, 23 Jul 2016 13:49:09 -0500 Subject: [PATCH 2/2] chore(package.json): Using previous version of ESLINT Apparently this is affecting the Travis CI --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",