mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-13 06:23:00 +08:00
15 lines
178 B
YAML
15 lines
178 B
YAML
os:
|
|
- linux
|
|
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- 14
|
|
install:
|
|
- npm install -g codecov
|
|
- npm install
|
|
script:
|
|
- npm run ci
|
|
- codecov
|
|
notifications:
|
|
email: false
|