summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 18:53:41 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 18:53:41 +0200
commitd81fd20227c98345008866aac3741ab877f67c9e (patch)
treed0890fa27e13aa680683c0b93b1156e9e21c7e8f /.travis.yml
parent862426c097ac183b4720e04268bc9d83200c4d78 (diff)
more debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fbef8ae64..d65c57ded 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,12 @@
language: php
php:
- 5.4
- - 5.5
+# - 5.5
env:
- DB=sqlite
- - DB=postgresql
- - DB=mysql
+# - DB=postgresql
+# - DB=mysql
before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only
@@ -55,7 +55,9 @@ script:
- npm test
- sudo chown -R www-data:www-data ../../../data
- sudo chown -R www-data:www-data ../../../config
- - grunt e2e
+ - sudo webdriver-manager start
+ - protractor config/protractor.js
+ #- grunt e2e
addons:
postgresql: "9.3"