Skip to content

Commit

Permalink
upgrade node and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinJoyce committed Apr 11, 2016
1 parent 4cc1e10 commit 07df041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.10.1
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "0.12"
- "5.10"

sudo: false

Expand All @@ -23,7 +23,7 @@ matrix:
before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- "npm config set spin false"
- "npm install -g npm@^2"
- "npm install -g npm@^3"

install:
- npm install -g bower
Expand Down

0 comments on commit 07df041

Please sign in to comment.