Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Clean up travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislopresto committed Mar 15, 2015
1 parent ffc2157 commit 2369715
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ before_install:
- "npm install -g npm@^2"

install:
- phantomjs -v
- mkdir travis-phantomjs
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
- ls $PWD/travis-phantomjs/
- export PATH=$PWD/travis-phantomjs:$PATH
- phantomjs -v
- npm install -g bower
- npm install
- bower install
Expand Down

0 comments on commit 2369715

Please sign in to comment.