mirror of
https://github.com/infeng/react-viewer.git
synced 2026-02-01 14:32:56 +00:00
13 lines
145 B
YAML
13 lines
145 B
YAML
language: node_js
|
|
|
|
sudo: false
|
|
|
|
node_js:
|
|
- "8"
|
|
|
|
script:
|
|
- npm install codecov -g
|
|
- npm run lint
|
|
- npm run test
|
|
after_success:
|
|
- codecov |