Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 6f2d879

Browse files
committed
Merge pull request #149 from ipfs/circle-ci
make circle-ci happy
2 parents 599d5c5 + 92fb927 commit 6f2d879

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

circle.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
machine:
22
node:
33
version: stable
4+
5+
dependencies:
6+
pre:
7+
- google-chrome --version
8+
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
9+
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
10+
- sudo apt-get update
11+
- sudo apt-get --only-upgrade install google-chrome-stable
12+
- google-chrome --version

0 commit comments

Comments
 (0)