# references: # * https://www.objc.io/issues/6-build-tools/travis-ci/ # * https://github.com/supermarin/xcpretty#usage # * https://docs.travis-ci.com/user/languages/objective-c/ rvm: - 2.5.3 osx_image: xcode11.1 language: swift script: - travis_wait bundle exec pod install --project-directory=Example - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/JustPersist.xcworkspace -scheme JustPersist-Example ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=13.1,name=iPhone 11' - bundle exec pod lib lint --allow-warnings