cordova-android/.travis.yml
2016-11-01 16:39:09 -07:00

22 lines
410 B
YAML

language: android
sudo: false
jdk:
- oraclejdk8
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,android-24,android-25
android:
components:
- tools
- tools
script:
- npm run jshint
- npm run cover
- npm run test-build
after_script:
- codecov