Skip to content

Commit

Permalink
Attempting to fix firefox problem on circle
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatoum committed Jan 8, 2018
1 parent 1143da7 commit cd6d649
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
Expand Up @@ -6,7 +6,6 @@ machine:
environemnt:
DBUS_SESSION_BUS_ADDRESS: /dev/null


general:
branches:
ignore:
Expand All @@ -24,6 +23,10 @@ dependencies:
- sudo apt-get update
- sudo apt-get --only-upgrade install google-chrome-stable
- google-chrome --version
- sudo apt-get update
- sudo apt-get install libpango1.0-0
- sudo apt-get install firefox
- sudo ln -sf /usr/lib/firefox/firefox /usr/bin/firefox
override:
- npm install

Expand Down

0 comments on commit cd6d649

Please sign in to comment.