Fix installing firefox on travis

This commit is contained in:
Kagami Hiiragi 2014-12-18 23:34:45 +03:00
parent 9abde09e49
commit 77d753d84c
1 changed files with 2 additions and 2 deletions

View File

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