mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
* Test against the current hhvm version This provides the current HHVM version (3.15.2 as of this PR) and will track with each release (i.e. will be 3.16 when 3.16 is released. If testing against HHVM LST versions is desired follow this guide. https://docs.travis-ci.com/user/languages/php#HHVM-versions Should be able to change to container based Trusty after Q1-17 https://blog.travis-ci.com/2016-11-08-trusty-container-public-beta/ * Try to create travis user for trusty hhvm and grant permissions remove conditionals for apc and memcache * more tweaks to grant privileges * try 127.0.0.1 rather than localhost * grant after db create * try a different create user grant privileges form * try to specify postgresql: "9.3" for hhvm * need to look more into specifying postgresql: "9.3" hhvm issues * addon with no dash postgresql: "9.3" * requested change && not || * redis-server isn't needed here * Apply @cebe's patch for pgsql test failure * Update .travis.yml * Update CommandTest.php * Update CommandTest.php * Update CommandTest.php try to fix hhvm tests * Update CommandTest.php