1
1
mirror of https://github.com/nsomar/Swiftline.git synced 2024-09-11 13:45:31 +03:00
Swiftline/.travis.yml
2016-09-27 21:31:04 +03:00

15 lines
228 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)