11 - DISABLE_FUNCTIONS="gzopen"
18 group: edge # until the next update
23 - mysql-client-core-5.6
28 env: DISABLE_FUNCTIONS=
34 env: DISABLE_FUNCTIONS="gzopen"
38 - "chat.freenode.net#dokuwiki"
42 - wget -O ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
43 - chmod 755 ~/.phpenv/versions/hhvm/bin/phpunit
45 # Disable the HHVM JIT for faster Unit Testing
46 - if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo 'hhvm.jit = 0' >> /etc/hhvm/php.ini; fi
47 - if [[ $TRAVIS_PHP_VERSION != hhv* ]]; then test -z "$DISABLE_FUNCTIONS" || echo "disable_functions=$DISABLE_FUNCTIONS" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
48 - cp _test/mysql.conf.php.dist _test/mysql.conf.php
49 - cp _test/pgsql.conf.php.dist _test/pgsql.conf.php
50 script: cd _test && phpunit --verbose --stderr