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

Commit

Permalink
Merge pull request #213 from mbaumgartl/fix-travis-build
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
johnjbarton committed Apr 6, 2020
2 parents c8feade + 6eb28de commit 844939c
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 844939c

Please sign in to comment.