Merge pull request #126 from TomasVotruba/patch-1

travis: PHP 5.6 and 7.0 nightly added + other improvements
This commit is contained in:
Dominik Liebler
2015-03-27 11:49:36 +01:00

View File

@@ -1,19 +1,22 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
branches:
only:
- master
matrix:
allow_failures:
- php: hhvm
- php: 7.0
fast_finish: true
before_script:
- composer self-update
- composer install --prefer-source --no-interaction
script:
- phpunit