Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
try to fix up our travis
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Dec 4, 2013
1 parent d0e4ed0 commit 58c4dcc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions travis_install.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
echo 'NPM Installs'
npm install
npm install -g grunt-cli bower
echo 'Installing Bower Dependencies'
echo 'Installing Bower Dependencies'
bower install

echo 'Installing Slimer'
wget http://download.slimerjs.org/v0.8/slimerjs-0.8.zip
unzip slimerjs-0.8.zip
mv slimerjs-0.8/ slimerjs/
wget http://download.slimerjs.org/v0.8/0.8.5/slimerjs-0.8.5.zip -O slimerjs.zip
unzip slimerjs.zip -d slimer-temp
mv slimer-temp/slimer* slimerjs/
rm -r slimer-temp

echo 'Installing Casper'
git clone git://github.com/n1k0/casperjs.git
cd casperjs
git checkout 1.1-beta1
git checkout 1.1-beta3
cd ..

0 comments on commit 58c4dcc

Please sign in to comment.