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

13 lines
181 B
YAML

language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
services:
- mysql
before_script:
- mv tests/test_env .env
- mysql -e 'CREATE DATABASE polrci;'
- composer install