Skip to content

Commit

Permalink
Fixed the travis setup to install the Symfony deps with composer
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Feb 28, 2012
1 parent aef5276 commit 7151077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
phpunit.xml
vendor/
composer.phar
composer.lock
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ php:
- 5.4

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --install-suggests
- git clone https://github.com/kamicane/packager.git vendor/packager --quiet --depth 1
- git clone https://github.com/leafo/lessphp.git vendor/lessphp --quiet --depth 1
- git clone https://github.com/fabpot/Twig.git vendor/twig --quiet --depth 1
Expand Down

0 comments on commit 7151077

Please sign in to comment.