NelmioApiDocBundle/.travis.yml

32 lines
403 B
YAML
Raw Normal View History

2016-06-30 23:30:37 +02:00
language: php
php:
- 7.0
2016-07-12 00:33:55 +02:00
- 7.1
2016-06-30 23:30:37 +02:00
sudo: false
cache:
directories:
2017-03-15 13:38:23 +01:00
- .phpunit
2016-06-30 23:30:37 +02:00
- $HOME/.composer/cache
branches:
only:
- master
2016-12-29 13:47:18 +01:00
- dev
2016-06-30 23:30:37 +02:00
- /^\d+\.\d+$/
matrix:
fast_finish: true
include:
2016-07-14 23:58:31 +02:00
- php: 7.0
2016-06-30 23:30:37 +02:00
env: COMPOSER_FLAGS="--prefer-lowest"
2017-06-02 21:44:04 +02:00
before_install:
- phpenv config-rm xdebug.ini
2017-03-15 13:38:23 +01:00
2017-06-02 21:44:04 +02:00
install: composer update $COMPOSER_FLAGS --prefer-stable
2017-03-15 13:38:23 +01:00
script: ./phpunit