aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-08-26 06:42:35 +0800
committerDan Finlay <dan@danfinlay.com>2016-08-26 06:42:35 +0800
commit8b81009a307eaf5384a2ab364a717f5188b3c501 (patch)
treea838945b8518079e0e1022bb176a544d11a2ab50 /circle.yml
parent793ad6b8d8c5edec96553f3048595deff94d6f05 (diff)
parentb6b57d928a8854baf674763211c407bb4c976dba (diff)
downloadtangerine-wallet-browser-8b81009a307eaf5384a2ab364a717f5188b3c501.tar.gz
tangerine-wallet-browser-8b81009a307eaf5384a2ab364a717f5188b3c501.tar.zst
tangerine-wallet-browser-8b81009a307eaf5384a2ab364a717f5188b3c501.zip
Merge branch 'master' into PopupNotifications
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index ccb5fa120..a9dd98f0d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -4,3 +4,9 @@ machine:
dependencies:
pre:
- "npm i -g testem"
+ override:
+ - sudo apt-get install libxss1 libappindicator1 libindicator7 lsb-base
+ - curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
+ - sudo dpkg -i google-chrome.deb
+ - sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
+ - rm google-chrome.deb