Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Fix Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaumgartl committed Apr 6, 2020
1 parent c8feade commit 6eb28de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -4,12 +4,13 @@ node_js:
- 8
- 10

services:
- xvfb

before_install:
- npm install -g npm

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli

script:
Expand Down

0 comments on commit 6eb28de

Please sign in to comment.