Skip to content

Commit

Permalink
chore(Travis): Bump node/npm version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 30, 2016
1 parent 9154bd9 commit ba8a06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ cache:
- node_modules
- Documentation/build-tmp
node_js:
- "4.1"
- "5.0.x"
script:
- npm run build:release
- git config --global user.name "Travis CI"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
![npm-download](https://img.shields.io/npm/dm/light-viz.svg)
![npm-version-requirement](https://img.shields.io/badge/npm->=3.0.0-brightgreen.svg)
![node-version-requirement](https://img.shields.io/badge/node->=4.0.0-brightgreen.svg)
![node-version-requirement](https://img.shields.io/badge/node->=5.0.0-brightgreen.svg)

### Goal ###

Expand Down

0 comments on commit ba8a06d

Please sign in to comment.