javascript-algorithms/.travis.yml

16 lines
188 B
YAML
Raw Normal View History

2020-07-26 18:51:58 +08:00
os:
- linux
- osx
2018-03-28 21:25:26 +08:00
dist: trusty
2018-03-28 14:36:06 +08:00
language: node_js
2018-03-28 21:25:26 +08:00
node_js:
2020-07-26 18:44:58 +08:00
- "12"
install:
- npm install -g codecov
- npm install
2018-03-28 21:25:26 +08:00
script:
- npm run ci
- codecov
2018-03-28 21:25:26 +08:00
notifications:
email: false