mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
8fbb6d7c62
This closes #325
16 lines
313 B
YAML
16 lines
313 B
YAML
language: android
|
|
sudo: false
|
|
before_install:
|
|
- nvm install 6
|
|
- node --version
|
|
install:
|
|
- npm install
|
|
- npm install -g codecov
|
|
- echo y | android update sdk -u --filter android-22,android-23
|
|
script:
|
|
- npm run jshint
|
|
- npm run cover
|
|
- npm run test-build
|
|
after_script:
|
|
- codecov
|