summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:40:06 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:40:06 +0100
commite4e3fbf5effd3ff94e866f5bd9b31fc5fbed70fd (patch)
tree6a5f398299db0a7e840e8ca0b33e442537f7bd4a /.travis.yml
parent78c0a99ad22f89c7bec3f610d6976cef92b64cbe (diff)
mysql
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 74fae2633..46e4ac447 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,7 @@ before_script:
- phpenv config-add owncloud/apps/news/tests/travis/php.ini
# set up databases and users for postgres and mysql
- createuser -U travis -s oc_autotest
- - mysql -e 'create database oc_autotest;'
+ - mysql -u root -e 'create database oc_autotest;'
- mysql -u root -e "CREATE USER 'oc_autotest'@'localhost' IDENTIFIED BY '';"
- mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost';"
# fill owncloud with default configs and enable news