1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
polr/.travis.yml
2016-02-14 02:31:35 -05:00

14 lines
223 B
YAML

language: php
php:
- '5.6'
- '7.0'
services:
- mysql
before_script:
- mv tests/test_env .env
- mysql -e 'CREATE DATABASE polrci;'
- php artisan migrate --force
- composer install
notifications:
email: false