diff options
author | charlierudolph <charles.rudolph@originate.com> | 2015-07-17 16:21:32 -0700 |
---|---|---|
committer | charlierudolph <charles.rudolph@originate.com> | 2015-07-17 16:21:32 -0700 |
commit | c7e5e23dc354d0aaff6ab7420a6e730eb35944a8 (patch) | |
tree | 39d7f4373c6013569e7cfc67ecbcc6850ab80856 | |
parent | d70cebe26a1f9818505f90cad79c52fea6c902ec (diff) | |
download | async-c7e5e23dc354d0aaff6ab7420a6e730eb35944a8.tar.gz |
document
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1d89f7f..5a72e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ node_js: - "0.12" - "iojs-v2.1.0" 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 |