summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 456b7eac5..db08fb591 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,8 @@ install:
- ocdev setup core --dir owncloud --branch master --no-history
- mv news owncloud/apps/
-before_script: phpenv config-add owncloud/apps/news/tests/travis/php.ini
+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;'