Remove Chrome 47 Circle install

This commit is contained in:
Daniel Compton 2016-08-01 14:27:21 +12:00
parent 996eda62ce
commit 13815f1310
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
dependencies:
pre:
- npm install karma-cli -g
# To install Chrome 47. Remove once a new build environment comes out with this built in.
- 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
cache_directories:
- node_modules
test: