mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:05:28 +01:00
Only start xvfb when on linux
This commit is contained in:
parent
253f06805e
commit
f13e1836e2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ node_js:
|
|||
before_install:
|
||||
- export CHROME_BIN=chromium-browser
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue