UNPKG

268 BYAMLView Raw
1language: objective-c
2sudo: false
3node_js:
4 - "4.2"
5 - "6.0"
6install:
7 - npm install
8 - npm install ios-deploy
9 - npm install -g codecov
10script:
11 - npm run jshint
12 - npm run e2e-tests
13 - npm run objc-tests
14 - npm run cover
15after_script: codecov