summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 10:09:24 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 13:36:50 +0100
commit35550fe42e36868be1a3ac471bea6dc89b8b6200 (patch)
treec18c147f6f59202baee0bfe2c45bf30d83c2bbba /.travis.yml
parentc0e6ca12e83e27b2ef86a58f9a44c0248e711a75 (diff)
fix autopaging in search
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f750d5dee..456b7eac5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ install:
- ocdev setup core --dir owncloud --branch master --no-history
- mv news owncloud/apps/
-before_script:
+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;'