summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-12-08 15:29:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-12-08 15:29:34 +0100
commit35ae9b1632626c5302a6121b7c81c6c42ced6077 (patch)
tree6d2cc241a6d2df4915911917e90bda6875d89f79
parent47548bc32faaf331f4ebc9cc13caf1f3415e571a (diff)
debug
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index eaa2d141d..5ceaadd9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,9 +36,9 @@ before_install:
- mv news nextcloud/apps/
before_script:
- - if [[ "$DB" == 'pgsql' ]]; then createuser -U postgres -s oc_autotest; fi
+ - if [[ "$DB" == 'pgsql' ]]; then createuser -U postgres -s oc_autotest; echo 'postgres'; fi
- if [[ "$DB" == 'pgsql' ]]; then createdb -U postgres oc_autotest; fi
- - if [[ "$DB" == 'mysql' ]]; then mysql -u root -e 'create database oc_autotest;'; fi
+ - if [[ "$DB" == 'mysql' ]]; then mysql -u root -e 'create database oc_autotest;'; echo 'mysql'; fi
- if [[ "$DB" == 'mysql' ]]; then mysql -u root -e "CREATE USER 'oc_autotest'@'localhost' IDENTIFIED BY '';"; fi
- if [[ "$DB" == 'mysql' ]]; then mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost';"; fi
# fill nextcloud with default configs and enable news
@@ -63,5 +63,4 @@ addons:
firefox: "latest"
services:
- - postgresql
- - mysql \ No newline at end of file
+ - postgresql mysql \ No newline at end of file