Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 33e573c

Browse files
committed
Try getting the firefox beta on Circle.
1 parent 8e1195e commit 33e573c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

circle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ dependencies:
1919
- cd testapp && npm update
2020
- npm start:
2121
background: true
22+
# Install the latest Firefox beta
23+
- pip install mozdownload mozinstall
24+
- mozdownload --version latest-beta --destination firefox.tar.bz2
25+
- mozinstall firefox.tar.bz2
26+
- sudo cp -R firefox/* /opt/firefox/
2227

2328
test:
2429
override:

0 commit comments

Comments
 (0)