Skip to content

Commit

Permalink
Using a local instance of Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed Mar 2, 2013
1 parent 94776f9 commit 795341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion before_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "Getting composer"
curl -O http://getcomposer.org/composer.phar
echo "Dependencies"
composer.phar install --dev
php composer.phar install --dev
echo "Starting Python HTTP server"
cd selenium-1-tests
python -m SimpleHTTPServer 8080 > /dev/null 2>&1 &
Expand Down

0 comments on commit 795341c

Please sign in to comment.