UNPKG

vijay06

Version:
25 lines (18 loc) 275 B
sudo: false language: node_js node_js: - '14' cache: directories: - node_modules addons: chrome: stable notifications: email: false git: depth: 3 before_install: - npm install -g npm@^6.14.0 script: - export CHROME_BIN=chromium-browser - npm run ci