mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
13 lines
201 B
YAML
13 lines
201 B
YAML
language: php
|
|
|
|
services: mysql
|
|
|
|
before_script:
|
|
- mysql -e 'CREATE DATABASE `humhub_test` CHARACTER SET utf8 COLLATE utf8_general_ci;'
|
|
- cd protected/tests
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
|