timing2
Version:
The state-of-art web performance metrics collector based on High Resolution Time API
19 lines (18 loc) • 325 B
YAML
language: node_js
node_js:
- "10"
dist: trusty
sudo: false
addons:
chrome: stable
before_install:
- rm yarn.lock
- google-chrome-stable --no-sandbox --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
cache:
yarn: true
directories:
- node_modules
install:
- yarn
script:
- npm run ci