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

Commit 4774745

Browse files
committed
Try getting the firefox beta on Circle.
1 parent ece6587 commit 4774745

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ 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/
27+
# Extra tcp logging for BlockingProxy
2228
- sudo tcpdump -i lo 'tcp && dst localhost' -w $CIRCLE_ARTIFACTS/localdump.pcap:
2329
background: true
2430

0 commit comments

Comments
 (0)