summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 12:49:11 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 13:36:50 +0100
commit4c0d8a946728d0e57e7cfb66445756e04b2b2916 (patch)
treedafb162d680f5e51e6710d3884f03f435fdb74c6
parentfcacad6a4b7b3c9166bb9dc3bd45d33bbe3d19a4 (diff)
try to fix travis
-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;'