Update (hardcode to 1.4.21) npm version for travis build

This commit is contained in:
jdescottes 2014-08-14 02:09:08 +02:00
parent 715c148908
commit 844437dfc9
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
language: node_js
node_js:
- 0.10.9
- 0.10
before_install:
- npm update -g npm
- npm update -g npm@1.4.21
- npm install -g grunt-cli
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs