mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
fixed Travis
This commit is contained in:
+2
-2
@@ -10,11 +10,11 @@ before_install:
|
||||
|
||||
install:
|
||||
- travis_retry composer install
|
||||
- (cd extra/html-extension && travis_retry composer install)
|
||||
- (cd extra/html-extra && travis_retry composer install)
|
||||
|
||||
script:
|
||||
- ./vendor/bin/simple-phpunit
|
||||
- (cd extra/html-extension && ./vendor/bin/simple-phpunit)
|
||||
- (cd extra/html-extra && ./vendor/bin/simple-phpunit)
|
||||
|
||||
jobs:
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user