You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
348 B
25 lines
348 B
language: php
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.composer/cache
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
|
|
branches:
|
|
only:
|
|
- /^dev-.*$/
|
|
- phpunit-support
|
|
|
|
before_install:
|
|
- travis_retry composer self-update
|
|
|
|
install:
|
|
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
|
|
|
|
script:
|
|
- composer test-ci |