blob: 2b205dbcf59f5e1d3a26fa83709ff36190901445 [file] [log] [blame]
language: objective-c
node_js:
- "0.10"
install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- npm install cordova
- npm install ios-sim
# w/o ios-deploy ios requirements check fails
- npm install ios-deploy
- npm install
- npm link
script:
- npm run test-travis