mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Merge pull request #611 from dunglas/patch-1
Use new Travis infrastructure. Test with PHP7.
This commit is contained in:
commit
7336771f87
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,10 +1,18 @@
|
|||
language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- nightly
|
||||
- hhvm
|
||||
- hhvm-nightly
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
@ -19,6 +27,9 @@ matrix:
|
|||
allow_failures:
|
||||
- php: 5.5
|
||||
env: SYMFONY_VERSION='dev-master'
|
||||
- php: nightly
|
||||
- php: hhvm-nightly
|
||||
fast_finish: true
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
|
|
Loading…
Add table
Reference in a new issue