summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c290c1b2..c970363cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ before_install:
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get -y install python3-setuptools firefox mariadb-server
-- sudo easy_install3 requests ocdev
+ - sudo easy_install3 requests ocdev
- nvm install 5.6
- npm install -g npm@latest
# install php modules
@@ -43,7 +43,6 @@ before_install:
- mv news owncloud/apps/
before_script:
- # set up databases and users for postgres and mysql
- createuser -U travis -s oc_autotest
- mysql -u root -e 'create database oc_autotest;'
- mysql -u root -e "CREATE USER 'oc_autotest'@'localhost' IDENTIFIED BY '';"