1
1
mirror of https://github.com/nsomar/Swiftline.git synced 2024-09-11 13:45:31 +03:00
Swiftline/.travis.yml
Omar Abdelhafith 235378c870 Adding swift package manager manifest file
Cleanup
Removing subfolders to flatten source
2016-02-14 17:43:35 +00:00

20 lines
388 B
YAML

sudo: false
language: objective-c
osx_image: xcode7.2
cache: cocoapods
podfile: SwiftlineTests/Podfile
before_install:
- gem install cocoapods-rome
- pod install --project-directory=SwiftlineTests --no-integrate
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)