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