summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2017-03-27 12:42:19 -0700
committerAlexander Early <alexander.early@gmail.com>2017-03-27 12:42:19 -0700
commit700aa23851833ac9baf02f6c4fda72c00eeb224c (patch)
tree9cce38045597914935de1f8f7b45c335c9228c0c
parente62c53c8ed31933b1dab7d0968998a12b1bac84d (diff)
downloadasync-700aa23851833ac9baf02f6c4fda72c00eeb224c.tar.gz
re-enable xvfb for travis
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cea414f..6732369 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,9 +20,9 @@ after_success: npm run coveralls
# Needed to run Karma with Firefox on Travis
# http://karma-runner.github.io/0.13/plus/travis.html
-#before_script:
-# - export DISPLAY=:99.0
-# - sh -e /etc/init.d/xvfb start
+before_script:
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
script:
- npm test