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

Commit

Permalink
Try getting the firefox beta on Circle.
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit committed Jan 11, 2017
1 parent 8e1195e commit 33e573c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ dependencies:
- cd testapp && npm update
- npm start:
background: true
# Install the latest Firefox beta
- pip install mozdownload mozinstall
- mozdownload --version latest-beta --destination firefox.tar.bz2
- mozinstall firefox.tar.bz2
- sudo cp -R firefox/* /opt/firefox/

test:
override:
Expand Down

0 comments on commit 33e573c

Please sign in to comment.