1 | language: objective-c
|
2 | git:
|
3 | depth: 2
|
4 | node_js:
|
5 | - "0.10"
|
6 | install:
|
7 | - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
8 | - cd ..
|
9 | - npm install -g cordova-paramedic
|
10 | - npm install -g cordova
|
11 | - npm install -g ios-sim
|
12 | script:
|
13 | - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}
|