.travis.yml
language: swift
osx_image: xcode12
xcode_workspace: waosSwift.xcworkspace
xcode_scheme: waosSwift
xcode_destination: platform=iOS Simulator,OS=13.2.2,name=iPhone 11
before_install:
- rvm use $RVM_RUBY_VERSION #slather
install: bundle install --without=documentation
after_success:
- fastlane lint
- fastlane build_and_test