Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 75283ad

Browse files
committed
another circle
1 parent 7758bb0 commit 75283ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ machine:
22
node:
33
version: stable
44

5+
test:
6+
post:
7+
- npm run coverage -- --upload
8+
59
dependencies:
610
pre:
711
- google-chrome --version
812
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
9-
- for v in $(curl http://archive.ubuntu.com/ubuntu/pool/main/n/nss/ | grep "href=" | grep "libnss3.*deb\"" -o | grep -o "libnss3.*deb" | grep "3.28" | grep "14.04"); do curl -L -o $v http://archive.ubuntu.com/ubuntu/pool/main/n/nss/$v; done && rm libnss3-tools*_i386.deb libnss3-dev*_i386.deb
1013
- sudo dpkg -i google-chrome.deb || true
11-
- sudo dpkg -i libnss3*.deb || true
1214
- sudo apt-get update
13-
- sudo apt-get install -f || true
14-
- sudo dpkg -i libnss3*.deb
1515
- sudo apt-get install -f
1616
- sudo apt-get install --only-upgrade lsb-base
1717
- sudo dpkg -i google-chrome.deb

0 commit comments

Comments
 (0)