mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
16 lines
186 B
YAML
16 lines
186 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- 14
|
|
install:
|
|
- npm install -g codecov
|
|
- npm install
|
|
script:
|
|
- npm run ci
|
|
- codecov
|
|
notifications:
|
|
email: false
|