1
0
mirror of synced 2024-11-21 21:06:07 +03:00

travis update

This commit is contained in:
Alex Lushpai 2016-04-14 22:40:33 +03:00
parent 338452a169
commit 494a4d3432
3 changed files with 10 additions and 9 deletions

View File

@ -5,6 +5,7 @@ cache:
- $HOME/.composer/cache - $HOME/.composer/cache
php: php:
- '5.3'
- '5.4' - '5.4'
- '5.5' - '5.5'
- '5.6' - '5.6'

View File

@ -16,10 +16,10 @@
"ext-curl": "*" "ext-curl": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "5.2.*", "phpunit/phpunit": "4.8.0",
"phpunit/php-code-coverage": "3.3.0", "phpunit/php-code-coverage": "3.0.0",
"phpunit/php-invoker": "1.1.4", "phpunit/php-invoker": "1.1.4",
"phpmd/phpmd": "2.4.*", "phpmd/phpmd": "2.3.0",
"sebastian/phpcpd": "2.0.*", "sebastian/phpcpd": "2.0.*",
"sebastian/phpdcd": "1.0.*", "sebastian/phpdcd": "1.0.*",
"squizlabs/php_codesniffer": "2.5.*", "squizlabs/php_codesniffer": "2.5.*",

View File

@ -10,12 +10,12 @@
<!-- Dummy values used to provide credentials. No need to change these. --> <!-- Dummy values used to provide credentials. No need to change these. -->
<php> <php>
<server name="CRM_URL" value="foo" /> <server name="CRM_URL" value="https://demo.retailcrm.ru" />
<server name="CRM_API_KEY" value="bar" /> <server name="CRM_API_KEY" value="nSBFWecViONG5c96wUQQgZzHkilTnaa6" />
<server name="CRM_SITE" value="zoo" /> <server name="CRM_SITE" value="b12-skillum-ru" />
<server name="CRM_STORE" value="moo" /> <server name="CRM_STORE" value="online" />
<server name="CRM_PACK_ITEM" value="boo" /> <server name="CRM_PACK_ITEM" value="213" />
<server name="CRM_PACK_QUANTITY" value="goo" /> <server name="CRM_PACK_QUANTITY" value="2" />
</php> </php>
<testsuites> <testsuites>