Skip to content

Commit

Permalink
Use NPM@3 and node 4.4.2 and 5
Browse files Browse the repository at this point in the history
* updated .travis.yml to check version of npm, install @3 if < 3
* run CI using node 4.4.2 and 5
  • Loading branch information
joefitter committed Jun 6, 2016
1 parent 3e5e08d commit f31dedb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: node_js
node_js:
- "5"
- "4"
- "4.2"
- "0.12"
- "4.4.2"

before_install:
- rvm install 2.2.2
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi

services:
- redis-server
Expand Down

0 comments on commit f31dedb

Please sign in to comment.