summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:48:23 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:48:23 +0100
commit59c5f17247219612efcee74878dad0b935a5f966 (patch)
treea6f62f9e1a7b0881bdc53e1a6954a2243be66f77 /.travis.yml
parente4e3fbf5effd3ff94e866f5bd9b31fc5fbed70fd (diff)
try without custom php ini
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 46e4ac447..b8ec8ec15 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ sudo: required
dist: trusty
language: php
php:
+ - 5.5
- 5.6
- 7
env:
@@ -28,7 +29,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 +44,6 @@ before_install:
- mv news owncloud/apps/
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 -u root -e 'create database oc_autotest;'
@@ -69,6 +69,3 @@ script:
#- webdriver-manager update
# debug section to check what went wrong
- sudo cat ../../../data/owncloud.log
-
-addons:
- #firefox: "latest"