diff --git a/.travis.yml b/.travis.yml index 1f0d5f38..891041c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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