.travis.yml 336 B

1234567
  1. language: objective-c
  2. before_install:
  3. - gem install xcpretty
  4. script:
  5. - set -o pipefail
  6. - xcodebuild -project Alamofire.xcodeproj -scheme Alamofire test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
  7. - xcodebuild -project "iOS Example.xcodeproj" -scheme "iOS Example" build -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c