From a71d7ce192d65d750c5d3ec8ecd09497a7995bae Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 21 Feb 2016 15:50:43 +0100 Subject: try to fix yaml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') 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 '';" -- cgit v1.2.3