mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 01:16:52 +00:00
Fix the Travis setup
This looks like a bad merge from 2.x to 3.x
This commit is contained in:
committed by
GitHub
parent
c38d104978
commit
d601081b6b
+12
-12
@@ -15,21 +15,21 @@ before_install:
|
||||
|
||||
install:
|
||||
- travis_retry composer install
|
||||
- cd extra/cssinliner-extra && travis_retry composer install)
|
||||
- cd extra/html-extra && travis_retry composer install)
|
||||
- cd extra/inky-extra && travis_retry composer install)
|
||||
- cd extra/intl-extra && travis_retry composer install)
|
||||
- cd extra/markdown-extra && travis_retry composer install)
|
||||
- cd extra/string-extra && travis_retry composer install)
|
||||
- cd extra/cssinliner-extra && travis_retry composer install
|
||||
- cd extra/html-extra && travis_retry composer install
|
||||
- cd extra/inky-extra && travis_retry composer install
|
||||
- cd extra/intl-extra && travis_retry composer install
|
||||
- cd extra/markdown-extra && travis_retry composer install
|
||||
- cd extra/string-extra && travis_retry composer install
|
||||
|
||||
script:
|
||||
- ./vendor/bin/simple-phpunit
|
||||
- cd extra/cssinliner-extra && ./vendor/bin/simple-phpunit)
|
||||
- cd extra/html-extra && ./vendor/bin/simple-phpunit)
|
||||
- cd extra/inky-extra && ./vendor/bin/simple-phpunit)
|
||||
- cd extra/intl-extra && ./vendor/bin/simple-phpunit)
|
||||
- cd extra/markdown-extra && ./vendor/bin/simple-phpunit)
|
||||
- cd extra/string-extra && ./vendor/bin/simple-phpunit)
|
||||
- cd extra/cssinliner-extra && ./vendor/bin/simple-phpunit
|
||||
- cd extra/html-extra && ./vendor/bin/simple-phpunit
|
||||
- cd extra/inky-extra && ./vendor/bin/simple-phpunit
|
||||
- cd extra/intl-extra && ./vendor/bin/simple-phpunit
|
||||
- cd extra/markdown-extra && ./vendor/bin/simple-phpunit
|
||||
- cd extra/string-extra && ./vendor/bin/simple-phpunit
|
||||
|
||||
jobs:
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user