Commit 212dc125 authored by Daniil Manin's avatar Daniil Manin

Add travis.yml file

parent ff008feb
language: swift
osx_image: xcode13
branches:
only:
- master
script:
- set -o pipefail && xcodebuild -project ProgressIndicatorView.xcodeproj -scheme 'ProgressIndicatorView' -sdk iphonesimulator15.0 ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,OS=15,name=iPhone 13 Pro' | xcpretty;
notifications:
slack: exyte:rbHEfGcQnX1drc0KNL0HVudX
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment