Browse Source

Minor - add flintci in export ignore, restore scrutinizer changes

Julio Montoya 6 years ago
parent
commit
16b4c3b4fa
2 changed files with 9 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 8 0
      .scrutinizer.yml

+ 1 - 0
.gitattributes

@@ -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

+ 8 - 0
.scrutinizer.yml

@@ -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: