mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 10:32:51 +08:00
18 lines
206 B
YAML
18 lines
206 B
YAML
|
language: node_js
|
||
|
sudo: false
|
||
|
git:
|
||
|
depth: 10
|
||
|
node_js:
|
||
|
- "4"
|
||
|
- "6"
|
||
|
- "8"
|
||
|
- "10"
|
||
|
install:
|
||
|
- npm install
|
||
|
- npm install -g codecov
|
||
|
script:
|
||
|
- npm test
|
||
|
- npm run cover
|
||
|
after_script:
|
||
|
- codecov
|