Skip to content

Commit

Permalink
Update travis.yml to fix failing tests
Browse files Browse the repository at this point in the history
Due to the latest seen error message from Travis-CI

```bash
ERROR: npm is known not to run on Node.js v4.0.0
Node.js 4 is supported but the specific version you're running has
a bug known to break npm. Please update to at least ${rel.min} to use this
version of npm. You can find the latest release of Node.js at https://nodejs.org/
```
the node.js version of the 4.x release cycle was updated to the latest `4.8.4` release.
  • Loading branch information
herom authored Sep 29, 2017
1 parent 01d8585 commit 8e679ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
notifications:
email: false
node_js:
- 4.0
- 4.8.4
- 6.9.4
- 7.4.0
- node
Expand Down

0 comments on commit 8e679ca

Please sign in to comment.