mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-23 07:33:41 +01:00
23 lines
279 B
YAML
23 lines
279 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.6
|
||
|
- 7.0
|
||
|
- nightly
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
before_install:
|
||
|
- composer self-update
|
||
|
|
||
|
install:
|
||
|
- travis_retry composer install --no-interaction --prefer-source
|
||
|
|
||
|
script:
|
||
|
|
||
|
- vendor/bin/phpunit --configuration build
|
||
|
|
||
|
notifications:
|
||
|
email: false
|
||
|
|