Browse Source

[travis] Add missing dependency

Thomas Rabaix 11 năm trước cách đây
mục cha
commit
de047661e9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -16,6 +16,7 @@ before_script:
   - composer require symfony/symfony:${SYMFONY_VERSION} --no-update
   - composer install --dev --prefer-source
   - sudo pip install Sphinx
+  - sudo pip install git+https://github.com/fabpot/sphinx-php.git
 
 script: phpunit && cd Resources/doc && make html