mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 20:30:01 +00:00
Only start xvfb when on linux
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user