summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:50:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:50:43 +0100
commita71d7ce192d65d750c5d3ec8ecd09497a7995bae (patch)
tree6417cc0ed7874c71ea31c9a458b7f5f7ae8b98ae /.travis.yml
parenta1ee8967d5232ca740a311db88b19d63a2cdb48e (diff)
try to fix yaml
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 '';"