mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Travis] Combined together cached & javascript_cached suites
This commit is contained in:
parent
dc7cc5f580
commit
6dcedd2c00
1 changed files with 1 additions and 2 deletions
|
|
@ -70,10 +70,9 @@ script:
|
|||
|
||||
- bin/phpspec run --no-interaction -f dot
|
||||
- bin/phpunit
|
||||
- bin/behat --strict -f progress -p cached
|
||||
|
||||
- etc/travis/prepare-javascript
|
||||
- bin/behat --strict -f progress -p javascript_cached || bin/behat --strict -f progress -p javascript_cached --rerun
|
||||
- bin/behat --strict -f progress -p cached || bin/behat --strict -f progress -p cached --rerun
|
||||
|
||||
before_cache:
|
||||
- yes 'Y' | rm -fr vendor/symfony-cmf/create-bundle/Resources/public/vendor/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue