-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: restored the jammy distro to travis.yml
Removed all the apt-get dependencies from travis. They seem to be causing the build to fail.
- Loading branch information
Showing
2 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
dist: focal | ||
dist: jammy | ||
language: node_js | ||
node_js: | ||
- "18" | ||
- "19" | ||
- "20" | ||
- "21" | ||
before_install: | ||
- sudo apt-get update | ||
- > | ||
sudo apt-get install -y wget gnupg 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\ | ||
libgbm-dev ca-certificates fonts-liberation \ | ||
ttf-wqy-zenhei ttf-wqy-microhei fonts-arphic-ukai fonts-noto-cjk fonts-arphic-uming\ | ||
libappindicator1 libnss3 lsb-release xdg-utils | ||
install: | ||
- npm install | ||
script: npm run lint && npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters