Skip to content

Commit 64fd247

Browse files
committed
remove travis CI
1 parent b26a57a commit 64fd247

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All contributors are welcome. Please use issues and pull requests to contribute
44

55
# Release Process
66

7-
1. Confirm the build is passing in travis
7+
1. Confirm the build vorks (todo: set up GitHub Actions testing)
88
1. This automatically checks the pod file is building
99
2. Create a release commit, see [prior releases](https://github.com/fulldecent/FDWaveformView/releases) for an example
1010
1. Update the change log to label the latest improvements under the new version name

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
# FDWaveformView
2-
[![Build Status](https://travis-ci.org/fulldecent/FDWaveformView.svg?branch=master)](https://travis-ci.org/fulldecent/FDWaveformView)
3-
[![Version](https://img.shields.io/cocoapods/v/FDWaveformView.svg?style=flat)](http://cocoadocs.org/docsets/FDWaveformView)
4-
[![License](https://img.shields.io/cocoapods/l/FDWaveformView.svg?style=flat)](http://cocoadocs.org/docsets/FDWaveformView)
5-
[![Platform](https://img.shields.io/cocoapods/p/FDWaveformView.svg?style=flat)](http://cocoadocs.org/docsets/FDWaveformView)
6-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
7-
82

93
FDWaveformView is an easy way to display an audio waveform in your app. It is a nice visualization to show a playing audio file or to select a position in a file.
104

@@ -79,7 +73,7 @@ Creates **antialiased waveforms** by drawing more pixels than are seen on screen
7973

8074
Supports **iOS8+** and Swift 3.
8175

82-
**Includes unit tests** which run successfully using Travis CI.
76+
**Includes unit tests**, todo: run these on GitHub Actions
8377

8478
## Installation
8579

iOS Example/iOS Example.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -342,7 +342,7 @@
342342
DEVELOPMENT_TEAM = 8Q693ZG5RN;
343343
FRAMEWORK_SEARCH_PATHS = "";
344344
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
345-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
345+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
346346
LD_RUNPATH_SEARCH_PATHS = (
347347
"$(inherited)",
348348
"@executable_path/Frameworks",
@@ -361,7 +361,7 @@
361361
DEVELOPMENT_TEAM = 8Q693ZG5RN;
362362
FRAMEWORK_SEARCH_PATHS = "";
363363
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
364-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
364+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
365365
LD_RUNPATH_SEARCH_PATHS = (
366366
"$(inherited)",
367367
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)