cordova-android/.travis.yml
Joe Bowser ba5e3a81e0 Updating travis
This closes #328
2016-09-06 10:42:59 -07:00

22 lines
399 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:
components:
- tools
- tools
script:
- npm run jshint
- npm run cover
- npm run test-build
after_script:
- codecov