Skip to content

Commit 3adeac4

Browse files
committed
install chrome
1 parent c9ee971 commit 3adeac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ addons:
88
packages:
99
# This is required to run new chrome on old trusty
1010
- libnss3 gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
11+
chrome: stable
1112
before_install:
1213
# Enable user namespace cloning for pyppeteer
1314
- sysctl kernel.unprivileged_userns_clone=1
@@ -22,4 +23,4 @@ install:
2223
script:
2324
- tsc
2425
- npm test
25-
- cat ./coverage/lcov.info | codacy-coverage --language=typescript
26+
- cat ./coverage/lcov.info | codacy-coverage --language=typescript

0 commit comments

Comments
 (0)