1
0
mirror of synced 2025-12-10 00:17:58 +08:00
Files
eruda/.travis.yml
2017-11-10 22:05:21 +08:00

15 lines
230 B
YAML

language: node_js
node_js:
- "8"
addons:
chrome: stable
sauce_connect: true
before_script:
- npm install -g codecov
script:
- npm run ci
after_script:
- npm run cov
- codecov --disable=gcov
- npm run test:sauce