Skip to content

Commit

Permalink
chore(build): use public repository to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jun 20, 2018
1 parent 730959e commit afecc68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -39,6 +39,9 @@
<exclude name="lib/HTML/QuickForm.php"/>
<exclude name="lib/HTML/QuickForm/**/*.php"/>
</fileset>
<fileset dir="src">
<include name="**/*.php"/>
</fileset>
</phpcodesniffer>
</target>

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -10,8 +10,7 @@
}
],
"repositories": [
{ "packagist.org": false },
{ "type": "composer", "url": "http://ci.int.centreon.com" }
{ "type": "composer", "url": "https://packagist.centreon.com" }
],
"config": {
"secure-http": false
Expand Down

0 comments on commit afecc68

Please sign in to comment.