travis: PHP 5.6 and 7.0 nightly added + other improvements

- `--dev` is by default for almost a year
- don't hide `phpunit`, make it explicit
This commit is contained in:
Tomáš Votruba
2015-03-27 07:02:24 +01:00
parent 539f636427
commit f8be5643c6

View File

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