mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Use new Travis infrastructure. Test with PHP7.
This commit is contained in:
parent
ad70ff96fa
commit
8ee26388c0
11
.travis.yml
11
.travis.yml
@ -1,10 +1,18 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
- nightly
|
||||||
- hhvm
|
- hhvm
|
||||||
|
- hhvm-nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -19,6 +27,9 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
env: SYMFONY_VERSION='dev-master'
|
env: SYMFONY_VERSION='dev-master'
|
||||||
|
- php: nightly
|
||||||
|
- php: hhvm-nightly
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user