.travis.yml 385 B

1234567891011121314
  1. language: objective-c
  2. osx_image: xcode611
  3. branches:
  4. only:
  5. - master
  6. env:
  7. - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
  8. before_install:
  9. - gem install xcpretty -N
  10. script:
  11. - set -o pipefail
  12. - xcodebuild -project SnapKit.xcodeproj -scheme "SnapKit iOS" -sdk iphonesimulator
  13. -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
  14. - pod lib lint --quick