From 239bae10bfb76c28bc074f219d692d362a8b6939 Mon Sep 17 00:00:00 2001 From: snakagam Date: Wed, 22 Sep 2021 23:09:35 +0900 Subject: [PATCH] remove travis ci --- .travis.yml | 29 ----------------------------- README.md | 1 - 2 files changed, 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 288d9e7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: objective-c -os: osx -osx_image: xcode10.2 - -env: - global: - - LC_CTYPE=en_US.UTF-8 - - PROJECT=ImageTransition.xcodeproj - - CONFIG=Release - - ACTION="build-for-testing test-without-building" - -matrix: - include: - - env: JOB=xcode SCHEME=ImageTransition SDK=iphonesimulator - -branches: - only: - - master - -cache: - directories: - - Carthage - -script: - - set -o pipefail - - xcodebuild $ACTION -project $PROJECT -scheme $SCHEME -sdk $SDK -destination 'name=iPhone 8,OS=11.4' -configuration $CONFIG ENABLE_TESTABILITY=YES | xcpretty - -after_success: - - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index 44b6a81..43b24b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # ImageTransition -[![Build Status](https://travis-ci.com/shtnkgm/ImageTransition.svg?branch=master)](https://travis-ci.com/shtnkgm/ImageTransition) [![Cocoapods](https://img.shields.io/cocoapods/v/ImageTransition.svg)](https://github.com/shtnkgm/ImageTransition) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Swift Version](https://img.shields.io/badge/Swift-5.0-F16D39.svg)](https://developer.apple.com/swift)