1
1
mirror of https://github.com/nsomar/Swiftline.git synced 2024-09-11 05:35:42 +03:00
Swiftline/.travis.yml
2016-09-27 21:30:50 +03:00

14 lines
227 B
YAML

sudo: false
language: objective-c
osx_image: xcode8
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- make test
- pod lib lint --quick
after_success:
- bash <(curl -s https://codecov.io/bash)