From 37d1fda2b99eee5f946b45fdf1e2a2056ad88bb8 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 16 May 2014 22:02:07 +0200 Subject: remove debug output --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5a2f855c2..facdf5762 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: php php: - #- 5.4 + - 5.4 - 5.5 env: - DB=sqlite - #- DB=postgresql - #- DB=mysql + - DB=postgresql + - DB=mysql before_install: # get a newer node.js version @@ -60,10 +60,6 @@ script: # acceptance tests - webdriver-manager update - grunt ci-e2e --verbose - - sudo apt-get install curl - - curl http://admin:admin@localhost/owncloud/index.php - - curl http://admin:admin@localhost/owncloud/index.php/apps/news/ - - sudo cat ../../../data/owncloud.log addons: postgresql: "9.3" -- cgit v1.2.3