Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
language: objective-c
osx_image: xcode10
osx_image: xcode12.5
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project HarmonyKit.xcodeproj -scheme "HarmonyKit" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone X,OS=latest" ONLY_ACTIVE_ARCH=NO test | xcpretty -c
branches:
only:
- master
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# HarmonyKit

[![CI Status](http://img.shields.io/travis/shingt/HarmonyKit.svg?style=flat)](https://travis-ci.org/shingt/HarmonyKit)
![iOS 12.0+](https://img.shields.io/badge/iOS-10.0%2B-blue.svg)
![Swift 5.0](https://img.shields.io/badge/Swift-4.2-orange.svg)
[![CI Status](http://img.shields.io/travis/shingt/HarmonyKit.svg?style=flat)](https://travis-ci.com/github/shingt/HarmonyKit)
![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg)

Tool to generate audio frequencies.

Expand Down