Skip to content

Commit

Permalink
Make sure there is a dev container loaded for PHPStan to use
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Jul 25, 2018
1 parent 880e5fc commit 909af92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_script:
- (cd tests/Application && bin/console doctrine:database:create --env=test -vvv)
- (cd tests/Application && bin/console doctrine:schema:create --env=test -vvv)
- (cd tests/Application && bin/console assets:install web --env=test -vvv)
- (cd tests/Application && bin/console cache:warmup --env=dev -vvv)
- (cd tests/Application && yarn run gulp)

# Configure display
Expand Down Expand Up @@ -68,7 +69,6 @@ script:
- bin/phpstan analyse -c phpstan.neon -l max src/
- bin/ecs check src/ spec/ tests/Behat/

# - bin/phpunit
- bin/phpspec run
- bin/behat features/ --strict -vvv --no-interaction || bin/behat features/ --strict -vvv --no-interaction --rerun

Expand Down

0 comments on commit 909af92

Please sign in to comment.