mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-23 15:43:42 +01:00
23 lines
279 B
YAML
Executable File
23 lines
279 B
YAML
Executable File
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
|
|
|