humhub/.travis.yml
2015-03-31 08:10:48 +02:00

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