Skip to content

Commit

Permalink
enabling back hhmv tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinignisca committed Apr 1, 2016
1 parent b6894a9 commit 4e50d6d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Expand Up @@ -34,22 +34,21 @@ matrix:
- php: 7.0
env: PHPCS=1 DEFAULT=0

# - php: hhvm
# env: HHVM=1 DB=sqlite db_dsn='sqlite:///:memory:'
- php: hhvm
env: HHVM=1 DB=sqlite db_dsn='sqlite:///:memory:'

# - php: hhvm
# env: HHVM=1 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test'
- php: hhvm
env: HHVM=1 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test'

allow_failures:
- env: CODECOVERAGE=1 DEFAULT=0

# - php: hhvm
- php: hhvm

before_install:
- sh -c "if [ '$HHVM' != '1' ]; then phpenv config-rm xdebug.ini; fi"
- composer self-update
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
# - composer install --prefer-dist --no-interaction

- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test2;'; fi"
Expand Down

0 comments on commit 4e50d6d

Please sign in to comment.