Modify cirlce.yml

This commit is contained in:
Kevin Serrano 2016-08-25 10:43:36 -07:00
parent 4dff4f2d72
commit 0ed3a6874b
1 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,8 @@ machine:
dependencies:
pre:
- "npm i -g testem"
override:
- curl -L -o google-chrome.deb https://s3.amazonaws.com/circle-downloads/google-chrome-stable_current_amd64_47.0.2526.73-1.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