mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 04:46:49 +00:00
Bypass tests for extra packages on PHP 8
This commit is contained in:
+12
-12
@@ -27,21 +27,21 @@ install:
|
||||
./vendor/bin/simple-phpunit install;
|
||||
phpenv global nightly;
|
||||
fi
|
||||
- (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)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 7.2 ]] || (cd extra/string-extra && travis_retry composer install))
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/cssinliner-extra && travis_retry composer install)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/html-extra && travis_retry composer install)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/inky-extra && travis_retry composer install)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/intl-extra && travis_retry composer install)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/markdown-extra && travis_retry composer install)
|
||||
- ([[ $TRAVIS_PHP_VERSION >= 7.2 && $TRAVIS_PHP_VERSION < 8.0 ]] && (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)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 7.2 ]] || (cd extra/string-extra && ./vendor/bin/simple-phpunit))
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/cssinliner-extra && ./vendor/bin/simple-phpunit)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/html-extra && ./vendor/bin/simple-phpunit)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/inky-extra && ./vendor/bin/simple-phpunit)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/intl-extra && ./vendor/bin/simple-phpunit)
|
||||
- ([[ $TRAVIS_PHP_VERSION < 8.0 ]] && cd extra/markdown-extra && ./vendor/bin/simple-phpunit)
|
||||
- ([[ $TRAVIS_PHP_VERSION >= 7.2 && $TRAVIS_PHP_VERSION < 8.0 ]] && (cd extra/string-extra && ./vendor/bin/simple-phpunit))
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user