summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-07-19 23:18:05 -0700
committerAlexander Early <alexander.early@gmail.com>2015-07-19 23:18:05 -0700
commit2dae7878ef485d40bd14eef4b5be70a246633659 (patch)
treeaa6257eabada26ecbe9201a8884d239331e49d07 /.travis.yml
parent4101af3f402008ea82c8de38ec3bd852aa3d7565 (diff)
parent7e3fcfc2cd505ff2fcc5c4f3f08ea8a8ae8e90b5 (diff)
downloadasync-2dae7878ef485d40bd14eef4b5be70a246633659.tar.gz
Merge pull request #849 from charlierudolph/cr-splitTests
convert tests to mocha
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e5e14f8..e225b8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,3 +5,9 @@ node_js:
- "iojs-v2.1.0"
sudo: false
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