4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-04-25 02:40:11 +08:00

17 lines
197 B
YAML

language: node_js
sudo: false
git:
depth: 10
node_js:
- "4"
- "6"
- "8"
install:
- npm install
- npm install -g codecov
script:
- npm test
- npm run cover
after_script:
- codecov