CB-8566 Integrate TravisCI

This commit is contained in:
Jesse MacFadyen
2015-03-02 17:28:51 -08:00
parent 5bdcc2d930
commit dc2161be2d
2 changed files with 15 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
language: objective-c
git:
depth: 2
node_js:
- "0.10"
install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- cd ..
- npm install -g purplecabbage/cordova-paramedic
- npm install -g cordova
- npm install -g ios-sim
script:
- cordova-paramedic --platform ios --plugin ../cordova-plugin-file-transfer
+2
View File
@@ -19,4 +19,6 @@
# org.apache.cordova.file-transfer
[![Build Status](https://travis-ci.org/apache/cordova-plugin-file-transfer.svg)](https://travis-ci.org/apache/cordova-plugin-file-transfer)
Plugin documentation: [doc/index.md](doc/index.md)