mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 21:07:18 +00:00
15 lines
320 B
YAML
15 lines
320 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.0"
|
|
before_script:
|
|
- npm install -g electron-prebuilt
|
|
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
|
|
notifications:
|
|
email: false
|
|
webhooks:
|
|
urls:
|
|
- https://webhooks.gitter.im/e/8b150eaf525c280ec2ac
|
|
on_success: change
|
|
on_failure: always
|
|
on_start: never
|