summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlierudolph <charles.rudolph@originate.com>2015-07-17 16:15:49 -0700
committercharlierudolph <charles.rudolph@originate.com>2015-07-17 16:15:49 -0700
commitd70cebe26a1f9818505f90cad79c52fea6c902ec (patch)
treeb2cd2c7f6067e1fe04c1223a65b58de1ea0b8d47
parent7dd122f17a3b211744d2d88b6b460f32e3004daf (diff)
downloadasync-d70cebe26a1f9818505f90cad79c52fea6c902ec.tar.gz
update karma on travis
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b1769a..1d89f7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,6 @@ node_js:
- "0.12"
- "iojs-v2.1.0"
after_success: npm run coveralls
-addons:
- firefox: "39.0"
+before_script:
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start