File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ language: node_js
33node_js :
44 - 6.9.0
55
6- addons :
7- firefox : " 49.0"
6+ # addons:
7+ # firefox: "49.0"
88
99env :
1010 global :
@@ -16,6 +16,11 @@ build:
1616 pre_ci :
1717 - sudo apt-get update
1818 - sudo apt-get install curl
19+ # Firefox
20+ - " sudo wget \" https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$firefox/linux-x86_64/en-US/firefox-$firefox.tar.bz2\" "
21+ - sudo tar -xjvf firefox-$firefox.tar.bz2
22+ - sudo ln -sf /usr/lib/firefox/firefox /usr/bin/firefox
23+ - export PATH=$PATH:/usr/bin/firefox/firefox
1924 # install chrome browser required for selenium tests
2025 # - curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
2126 # - echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
You can’t perform that action at this time.
0 commit comments