mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 05:27:29 +02:00
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:
19
.travis.yml
19
.travis.yml
@@ -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
|
||||||
|
Reference in New Issue
Block a user