mirror of
https://gitee.com/shuto/cordova-plugin-camera.git
synced 2025-04-10 07:43:06 +08:00
CB-8559 Integrate TravisCI
This commit is contained in:
parent
b780331389
commit
2c597a389b
13
.travis.yml
Normal file
13
.travis.yml
Normal 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-camera
|
Loading…
x
Reference in New Issue
Block a user