SugarRecord/.travis.yml
2015-11-06 00:11:00 +01:00

12 lines
219 B
YAML

language: objective-c
osx_image: xcode7.1
notifications:
email: false
install:
- brew install carthage
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- carthage update
script:
- make build
- make test