Fix installing firefox on travis

This commit is contained in:
Kagami Hiiragi 2014-12-18 23:34:45 +03:00
parent 9abde09e49
commit 77d753d84c

View File

@ -1,8 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- "0.10" - "0.10"
before_script: addons:
- "sudo apt-get install -y chromium-browser firefox" firefox: "34.0"
notifications: notifications:
email: email:
on_success: never on_success: never