Skip to content

Commit

Permalink
ci(.travis.yml): Squelch Growl-related spawn errors
Browse files Browse the repository at this point in the history
Installed binary needed for Linux desktop notification support.

Fixes mochajs#3483
  • Loading branch information
plroebuck committed Oct 15, 2018
1 parent a03e23a commit 8f4401c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
###
### .travis.yml
###

# these are executed in order. each must pass for the next to be run
stages:
- smoke # this ensures a "user" install works properly
Expand All @@ -8,6 +12,10 @@ stages:
# defaults
language: node_js
node_js: '10'
addons:
apt:
packages:
- libnotify-bin
# `nvm install` happens before the cache is restored, which means
# we must install our own npm elsewhere (`~/npm`)
before_install: |
Expand Down

0 comments on commit 8f4401c

Please sign in to comment.