cordova-android/.travis.yml

16 lines
313 B
YAML
Raw Normal View History

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
2015-10-20 01:31:40 +08:00
- npm run test-build
after_script:
- codecov