Skip to content

Commit 84853bd

Browse files
author
John Doherty
committed
reverted back to shippable firefox addon
1 parent 5445cb9 commit 84853bd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

shippable.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: node_js
33
node_js:
44
- 6.9.0
55

6-
# addons:
7-
# firefox: "49.0"
6+
addons:
7+
firefox: "49.0"
88

99
env:
1010
global:
@@ -16,11 +16,6 @@ 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
2419
# install chrome browser required for selenium tests
2520
# - curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
2621
# - echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list

0 commit comments

Comments
 (0)