]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
Create config keys if they not exists on set.
[friendica.git] / .travis.yml
index fe436c5ddda1ff6b5f5ea211b539f1c48c232992..82b5a5d218bd3de32b17a142b8e22026263b1e5b 100644 (file)
@@ -2,9 +2,19 @@
 language: php
 ## Friendica supports PHP version >= 5.6
 php:
      - 5.6
      - 7.0
      - 7.1
      - 7.2
+ - 5.6
+ - 7.0
+ - 7.1
+ - 7.2
 
-install: composer install
+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