Skip to content

Commit

Permalink
fix: circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 7, 2017
1 parent c3eca4e commit 176236c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Expand Up @@ -6,11 +6,13 @@ dependencies:
pre:
- google-chrome --version
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- curl -L -o libnss3-nssdb.deb http://archive.ubuntu.com/ubuntu/pool/main/n/nss/libnss3-nssdb_3.28.4-0ubuntu0.14.04.2_all.deb
- curl -L -o libnss3.deb http://archive.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.28.4-0ubuntu0.14.04.2_amd64.deb
- sudo dpkg -i google-chrome.deb || true
- sudo dpkg -i libnss3.deb || true
- sudo dpkg -i libnss3*.deb || true
- sudo apt-get update
- sudo apt-get install -f
- sudo apt-get install --only-upgrade lsb-base
- sudo dpkg -i libnss3*.deb
- sudo dpkg -i google-chrome.deb
- google-chrome --version

0 comments on commit 176236c

Please sign in to comment.