Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8811db40d2c03556246cabf8ac080a151c986f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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