1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-16 19:02:23 +02:00
polr/.travis.yml
2016-02-27 16:11:51 -05:00

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