Skip to content

Commit ec5874c

Browse files
committed
Fixing Chromium.
1 parent bbec467 commit ec5874c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .circleci/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ jobs:
77
METEOR_ALLOW_SUPERUSER: true
88
steps:
99
- checkout
10+
- run:
11+
command: |
12+
apt-get update -q -q
13+
apt-get --yes --force-yes install wget
14+
wget http://launchpadlibrarian.net/413897613/chromium-codecs-ffmpeg-extra_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
15+
wget http://launchpadlibrarian.net/413897611/chromium-browser_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
16+
wget http://launchpadlibrarian.net/413897612/chromium-chromedriver_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
17+
dpkg -i chromium-browser_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb chromium-codecs-ffmpeg-extra_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb chromium-chromedriver_72.0.3626.121-0ubuntu0.16.04.1_amd64.deb
18+
rm -f *.deb
1019
- run:
1120
command: |
1221
git clone --recursive -b master https://github.com/meteor/meteor.git

0 commit comments

Comments
 (0)