[Sessions][HHVM] Another attempt to pass CI tests

This commit is contained in:
Chris Boden 2014-04-19 13:56:21 -04:00
parent 8dd1fd8882
commit b4dda40ba4
2 changed files with 1 additions and 3 deletions

View File

@ -11,5 +11,5 @@ matrix:
- php: hhvm - php: hhvm
before_script: before_script:
- phpenv config-add tests/config.ini - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "session.serialize_handler = php" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- composer install --dev --prefer-source - composer install --dev --prefer-source

View File

@ -1,2 +0,0 @@
session.serialize_handler = php