Commit a5e885af authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #809 from TomasVotruba/patch-1

travis: PHP 7.0 nightly added
parents cc7e4fef 07d116ec
...@@ -5,6 +5,7 @@ php: ...@@ -5,6 +5,7 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0
- hhvm - hhvm
- hhvm-nightly - hhvm-nightly
...@@ -23,12 +24,13 @@ install: ...@@ -23,12 +24,13 @@ install:
- composer update --prefer-source - composer update --prefer-source
before_script: before_script:
- sh -c "if [ '$DB' = 'pgsql' ]; then sudo service postgresql stop; sudo service postgresql start $POSTGRESQL_VERSION; fi" - if [ '$DB' = 'pgsql' ]; then sudo service postgresql stop; sudo service postgresql start $POSTGRESQL_VERSION; fi
script: ./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml script: ./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml
matrix: matrix:
allow_failures: allow_failures:
- php: 7.0
- php: hhvm - php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.1 env: DB=pgsql POSTGRESQL_VERSION=9.1
- php: hhvm - php: hhvm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment