diff options
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/setup-webserver.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh index 9802fab749..92c46f77f9 100755 --- a/travis/setup-webserver.sh +++ b/travis/setup-webserver.sh @@ -26,8 +26,7 @@ APP_SOCK=$(realpath "$DIR")/php-app.sock if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ] then # Upgrade to a recent stable version of HHVM - sudo apt-get -o Dpkg::Options::="--force-confnew" \ - install -y hhvm=3.0.0~precise + sudo apt-get -o Dpkg::Options::="--force-confnew" install -y hhvm # MySQLi is broken in HHVM 3.0.0~precise and still does not work for us in # 2014.03.28~saucy, i.e. needs more work. Use MySQL extension for now. |