mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-08 19:22:29 +01:00
15 lines
244 B
YAML
15 lines
244 B
YAML
language: php
|
|
php:
|
|
- '5.6'
|
|
- '7.0'
|
|
services:
|
|
- mysql
|
|
before_script:
|
|
- composer install
|
|
- mv tests/test_env .env
|
|
- mysql -e 'CREATE DATABASE polrci;'
|
|
- php artisan migrate --force
|
|
- composer install
|
|
notifications:
|
|
email: false
|