Commit bf8e8b6a authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise ci-config pour ajouter de l'intégration continue.

No related merge requests found
Pipeline #9918 failed with stages
in 22 seconds
Showing with 14 additions and 0 deletions
+14 -0
/vendor/ /vendor/
/composer.lock
include:
- project: pole-is/tools/ci-config
ref: "2.1.0"
file: /php-multiversions-ci.yml
- project: pole-is/tools/ci-config
ref: "2.1.0"
file: /packagist-ci.yml
...@@ -22,5 +22,11 @@ ...@@ -22,5 +22,11 @@
"exclude": [ "exclude": [
".?*" ".?*"
] ]
},
"scripts": {
"test": [
"vendor/bin/phpmd . ansi ./strict.xml",
"vendor/bin/phpmd . ansi ./loose.xml"
]
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment