From 3eea4c61beb1f9f0fd5f26903ad58516254abe92 Mon Sep 17 00:00:00 2001 From: Zachary West Date: Sun, 20 Dec 2015 14:55:58 -0800 Subject: [PATCH] Release date & kill travis.yml --- .travis.yml | 15 --------------- CHANGELOG.md | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 924b306..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -# references: -# * http://www.objc.io/issue-6/travis-ci.html -# * https://github.com/supermarin/xcpretty#usage - -language: objective-c -# cache: cocoapods -# podfile: Example/Podfile -# before_install: -# - gem install cocoapods # Since Travis is not always on latest version -# - pod install --project-directory=Example -install: -- gem install xcpretty --no-rdoc --no-ri --no-document --quiet -script: -- set -o pipefail && xcodebuild test -workspace Example/ZSWTappableLabel.xcworkspace -scheme ZSWTappableLabel-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c -- pod lib lint --quick diff --git a/CHANGELOG.md b/CHANGELOG.md index 0277edd..39b54d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.3 +# 1.3 (2015-12-20) - Long press support: set a longPressDelegate (like tapDelegate) and be notified when the user long-presses.