update travis yml to upgrade node and stop downloading casper
This commit is contained in:
parent
629ecf83b4
commit
35788b54ba
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue