Skip to content

Commit

Permalink
Merge pull request #12 from sci3ma/fix/travis
Browse files Browse the repository at this point in the history
Fix .travis.ym + Improve grumph.yml
  • Loading branch information
sci3ma authored Nov 10, 2019
2 parents 5737cb3 + 7127297 commit a9c4a0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ install:
- travis_retry composer update --no-progress --profile --no-scripts --no-suggest $DEPENDENCIES

script:
- bin/symfony-grumphp install
- head -n -39 grumphp.yml > grumphp.tmp && mv grumphp.tmp grumphp.yml
- bin/symfony-grumphp install -q
- head -n -43 grumphp.yml > grumphp.tmp && mv grumphp.tmp grumphp.yml
- vendor/bin/grumphp run
- bin/symfony-grumphp install -y
- bin/symfony-grumphp uninstall
- bin/symfony-grumphp install -q
- bin/symfony-grumphp uninstall -q
8 changes: 4 additions & 4 deletions src/dist/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ parameters:
phpstan:
configuration: phpstan.neon
level: 7
phpunitbridge:
config_file: phpunit.xml.dist
testsuite: Application
always_execute: true
securitychecker:
lockfile: composer.lock
timeout: 30
run_always: false
phpunitbridge:
config_file: phpunit.xml.dist
testsuite: Application
always_execute: true
doctrine_orm:
triggered_by: ['php', 'xml', 'yml']
shell:
Expand Down

0 comments on commit a9c4a0f

Please sign in to comment.