cordova-android/.travis.yml

11 lines
289 B
YAML
Raw Normal View History

language: android
sudo: false
install:
- "(pushd .. && git clone https://github.com/apache/cordova-lib.git && popd)"
- npm link ../cordova-lib/cordova-common
- npm install
2015-10-20 01:31:40 +08:00
- echo y | android update sdk -u --filter android-23
script:
- npm test
2015-10-20 01:31:40 +08:00
- npm run test-build