File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
packages :
9
9
# This is required to run new chrome on old trusty
10
10
- 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
11
12
before_install :
12
13
# Enable user namespace cloning for pyppeteer
13
14
- sysctl kernel.unprivileged_userns_clone=1
@@ -22,4 +23,4 @@ install:
22
23
script :
23
24
- tsc
24
25
- npm test
25
- - cat ./coverage/lcov.info | codacy-coverage --language=typescript
26
+ - cat ./coverage/lcov.info | codacy-coverage --language=typescript
You can’t perform that action at this time.
0 commit comments