Skip to content

Commit

Permalink
Updated scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Jan 4, 2020
1 parent c1babc8 commit 3951447
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,27 @@ tools:
enabled: true
excluded_dirs: [vendor, test]
build:
environment:
postgresql: false
mysql: false
redis: false
php:
version: 5.6.9
tests:
override:
-
command: ./vendor/bin/codecept build -c tests && ./vendor/bin/codecept run acceptance -c tests
nodes:
php5-tests:
environment:
postgresql: false
mysql: false
redis: false
php:
version: 5.6.9
tests:
override:
-
command: ./vendor/bin/codecept build -c tests && ./vendor/bin/codecept run acceptance -c tests
php7-tests:
environment:
postgresql: false
mysql: false
redis: false
php:
version: 7.2.13
tests:
override:
-
command: ./vendor/bin/codecept build -c tests && ./vendor/bin/codecept run acceptance -c tests

0 comments on commit 3951447

Please sign in to comment.