etcher/.travis.yml
2016-01-25 20:20:06 -04:00

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