9 lines
146 B
YAML
9 lines
146 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_script:
|
|
- "sudo apt-get install -y chromium-browser"
|
|
notifications:
|
|
email:
|
|
on_success: never
|