parent
f51e71cffd
commit
d91e37a290
@ -0,0 +1,25 @@ |
|||||||
|
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 |
Loading…
Reference in new issue