update travis yml to upgrade node and stop downloading casper

This commit is contained in:
juliandescottes 2017-08-03 00:22:20 +02:00 committed by Julian Descottes
parent 629ecf83b4
commit 35788b54ba
1 changed files with 1 additions and 6 deletions

View File

@ -1,14 +1,9 @@
language: node_js
node_js:
- "4.1"
- "7.4.0"
before_install:
- npm update -g npm
- npm install -g grunt-cli
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- git checkout tags/1.1.3
- export PATH=$PATH:`pwd`/bin
- cd -
before_script:
- phantomjs --version
- casperjs --version