mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
10 lines
117 B
YAML
10 lines
117 B
YAML
sudo: required
|
|
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- node
|
|
script:
|
|
- npm run ci
|
|
notifications:
|
|
email: false
|