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

Commit 25c3580

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ dependencies:
1919
- cd testapp && npm update
2020
- npm start:
2121
background: true
22+
- pip install mozdownload mozinstall
23+
- mozdownload --version latest-beta --destination firefox.tar.bz2
24+
- mozinstall firefox.tar.bz2
2225

2326
test:
2427
override:

0 commit comments

Comments
 (0)