summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 22:02:07 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 22:02:07 +0200
commit37d1fda2b99eee5f946b45fdf1e2a2056ad88bb8 (patch)
tree81791bd29b221fb97fd2ac08c76b64971234c7a0 /.travis.yml
parentc5c704f394dafa2e71eebee1dd9e0651ae14e405 (diff)
remove debug output
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 3 insertions, 7 deletions
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"