friendica/.travis.yml

21 lines
303 B
YAML
Raw Normal View History

2018-04-09 21:49:23 +02:00
---
language: php
2018-04-22 14:56:59 +02:00
## Friendica supports PHP version >= 5.6
php:
2018-04-23 07:42:48 +02:00
- 5.6
- 7.0
- 7.1
- 7.2
2018-04-22 14:56:59 +02:00
2018-04-09 21:23:41 +02:00
services:
- mysql
env:
- USER=travis DB=test
install:
- composer install
before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
# In order to avoid bin/worker.php warnings
- touch .htconfig.php