Skip to content

Commit

Permalink
Update npm upon install.
Browse files Browse the repository at this point in the history
"stable" is getting npm 3.3.12, which is pretty broken.  This updates to
latest stable...
  • Loading branch information
rwjblue committed Jan 31, 2016
1 parent d4ae246 commit e7f6529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- 'stable'

install:
- npm install -g npm
- npm install -g bower
- npm install --no-optional
- bower install
Expand Down

0 comments on commit e7f6529

Please sign in to comment.