mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-08 09:24:59 +01:00
13 lines
191 B
YAML
13 lines
191 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- "7.2"
|
||
|
|
||
|
before_script:
|
||
|
- cp .env.travis .env
|
||
|
- composer self-update
|
||
|
- composer install --no-interaction
|
||
|
- php artisan key:generate
|
||
|
|
||
|
script:
|
||
|
- vendor/bin/phpunit
|