Commit 53cb062e by Suralc

Update to be in-line with composer docs.

parent e9f22eb4
......@@ -6,7 +6,7 @@ php:
- 5.5
before_script:
- composer selfupdate && composer --version
- composer self-update && composer --version
- composer require satooshi/php-coveralls 0.6.*
- mysql -e 'CREATE DATABASE yiitest;';
- psql -U postgres -c 'CREATE DATABASE yiitest;';
......
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