Minor - add flintci in export ignore, restore scrutinizer changes

pull/2624/head
Julio Montoya 7 years ago
parent 39744c61dd
commit 16b4c3b4fa
  1. 1
      .gitattributes
  2. 8
      .scrutinizer.yml

1
.gitattributes vendored

@ -2,6 +2,7 @@
.gitattributes export-ignore
.gitignore export-ignore
.codeclimate.yml export-ignore
.flintci.yml export-ignore
.scrutinizer.yml export-ignore
.styleci.yml export-ignore
.travis.yml export-ignore

@ -1,9 +1,17 @@
build:
nodes:
analysis:
project_setup:
override: true
tests:
override:
- php-scrutinizer-run
tests:
override:
command: "php -v"
dependencies:
override:
- "php -v"
resources:
cpus: 1
environment:

Loading…
Cancel
Save