diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 41a5d2ba..00000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: objective-c -osx_image: xcode12.2 -xcode_workspace: Amethyst.xcworkspace -xcode_scheme: Amethyst -before_install: - - gem install bundler - - bundle install - - pod repo update -script: set -o pipefail && xcodebuild -workspace Amethyst.xcworkspace -scheme Amethyst clean test | bundle exec xcpretty -branches: - only: - - development