Skip to content

Commit 5445cb9

Browse files
author
John Doherty
committed
updated shippable.yml in an attempt to get firefox selenium tests working
1 parent 46e5073 commit 5445cb9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

shippable.yml

Lines changed: 7 additions & 2 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,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

0 commit comments

Comments
 (0)