Skip to content

Commit

Permalink
Merge pull request #15 from andresdavid90/TRAVIS_UPDATES
Browse files Browse the repository at this point in the history
chore(travis): Adding node versions and develop branch
  • Loading branch information
baldore authored Jul 23, 2016
2 parents cc17f70 + 6fef226 commit 6b8ffcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cache:
notifications:
email: false
node_js:
- '4'
- '5'
- '6'
before_install:
- npm i -g npm@^2.0.0
Expand All @@ -19,3 +21,4 @@ after_success:
branches:
only:
- master
- develop
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b8ffcf

Please sign in to comment.