Skip to content

Commit

Permalink
Install Sphinx on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 14, 2014
1 parent 68d07dc commit c74af2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ matrix:
before_script:
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
- composer install
- sudo apt-get install python-sphinx

script:
- phpunit --coverage-clover=coverage.clover
Expand Down

0 comments on commit c74af2e

Please sign in to comment.