summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alex@npmjs.com>2019-02-13 16:56:03 -0800
committerAlexander Early <alex@npmjs.com>2019-02-13 16:56:03 -0800
commitec2867d3b6df6ea2e8292fa75679b15731e7d2df (patch)
treee00709a4965077a8c15ed4ab797a0b3396b14c6c
parentbf67791e75d329a39f71f81e055091ad76088f81 (diff)
downloadasync-ec2867d3b6df6ea2e8292fa75679b15731e7d2df.tar.gz
chore: maybe fix xvfb in travis?
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 889aa1d..ff13652 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ node_js:
- "8"
- "10"
+services:
+ - xvfb
+
matrix:
include:
- node_js: "10"
@@ -21,8 +24,6 @@ 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
- sudo apt-get install -y make
- make --version