1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-18 19:52:26 +02:00
polr/.travis.yml

15 lines
244 B
YAML
Raw Normal View History

2016-02-13 22:49:50 +01:00
language: php
php:
- '5.6'
- '7.0'
services:
- mysql
before_script:
- composer install
2016-02-13 22:49:50 +01:00
- mv tests/test_env .env
- mysql -e 'CREATE DATABASE polrci;'
2016-02-14 08:31:35 +01:00
- php artisan migrate --force
2016-02-13 22:49:50 +01:00
- composer install
2016-02-14 04:53:46 +01:00
notifications:
email: false