summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-06 10:37:29 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-06 10:37:29 +0200
commite716183e75805fe8a6166094ba53e4e54dc82818 (patch)
treef5c3feb0bef9bfd61748306921db95c73a5d77a9
parentf12e6ba488900522fefae789a9122446aa6df9fe (diff)
run all tests
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index d76ad2b42..e140245b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ node_js:
- "0.11"
- "0.10"
-git:
- depth: 0
+before_install:
+ - cd ..; git clone https://github.com/owncloud/appframework; cd news
+ - "export DISPLAY=:99.0"
+ - "sh -e /etc/init.d/xvfb start"
-before_install: cd ..; git clone https://github.com/owncloud/appframework; cd news
-
-script: make javascript-tests
+script: make tests