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.
20 lines
260 B
20 lines
260 B
8 years ago
|
language: php
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- $HOME/.composer/cache
|
||
|
|
||
|
php:
|
||
|
- 5.6
|
||
|
- 7.0
|
||
|
|
||
|
before_install:
|
||
|
- travis_retry composer self-update
|
||
|
|
||
|
install:
|
||
|
- travis_retry composer update --no-interaction
|
||
|
|
||
|
script:
|
||
|
- composer test-ci
|