Commit de0ce944 by Carsten Brandt

fixed travis and composer issue

parent c10e8af8
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
before_script: before_script:
- composer self-update && composer --version - composer self-update && composer --version
- composer require satooshi/php-coveralls 0.6.* - composer require satooshi/php-coveralls 0.6.* --dev
- mysql -e 'CREATE DATABASE yiitest;'; - mysql -e 'CREATE DATABASE yiitest;';
- psql -U postgres -c 'CREATE DATABASE yiitest;'; - psql -U postgres -c 'CREATE DATABASE yiitest;';
- tests/unit/data/travis/apc-setup.sh - tests/unit/data/travis/apc-setup.sh
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"lib-pcre": "*", "lib-pcre": "*",
"yiisoft/jquery": "1.10.*", "yiisoft/jquery": "1.10.*",
"yiisoft/yii2-composer": "self.version", "yiisoft/yii2-composer": "*",
"phpspec/php-diff": ">=1.0.2", "phpspec/php-diff": ">=1.0.2",
"ezyang/htmlpurifier": "4.5.*", "ezyang/htmlpurifier": "4.5.*",
"michelf/php-markdown": "1.3.*", "michelf/php-markdown": "1.3.*",
......
Markdown is supported
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