1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00
polr/.travis.yml
2016-02-13 23:06:09 -05:00

13 lines
191 B
YAML

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