ios-deploy/.travis.yml

11 lines
123 B
YAML
Raw Normal View History

2016-03-23 12:20:27 -07:00
language: objective-c
sudo: false
node_js:
- "0.10"
- "0.12"
- "4.2"
install:
- npm install
script:
- "npm test"