Skip to content

Commit

Permalink
Attempt to fix builds on scrutinizer-ci (#788)
Browse files Browse the repository at this point in the history
- Dropped php56 (this branch is not compatible with php5 anymore due to
nikic/php-parser:^4 dependency)
- Dropped postgresql and redis from environment (they don't seem to be
used)
  • Loading branch information
weirdan authored and muglug committed Jun 1, 2018
1 parent 55fdef2 commit 7f1f9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scrutinizer.yml
@@ -1,13 +1,13 @@
build:
environment:
postgresql: false
redis: false
nodes:
analysis:
project_setup:
override: true
tests:
override: [php-scrutinizer-run]
php56:
environment:
php: 5.6
php70:
environment:
php: 7.0
Expand Down

0 comments on commit 7f1f9c3

Please sign in to comment.