From e527d2f4e9c31a432d2612c3c5ee2c33eeb049ae Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Wed, 2 May 2018 21:16:53 -0400 Subject: [PATCH] Added .travis.yml file --- .travis.yml | 15 +++++++++++++++ Guitar.podspec | 2 +- README.md | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5d88a5a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: objective-c +osx_image: xcode9.3 + +notifications: + email: false +env: + - LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 +before_install: + - rvm install ruby-2.4.1 + - gem install cocoapods + - gem install xcpretty -N + - brew update +script: + - set -o pipefail + - xcodebuild -project GuitarExample/GuitarExample.xcodeproj -scheme GuitarExample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c diff --git a/Guitar.podspec b/Guitar.podspec index 50d8526..7d71a22 100644 --- a/Guitar.podspec +++ b/Guitar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| # Version - s.version = '0.4.0' + s.version = '0.4.1' s.swift_version = '4.1' # Meta diff --git a/README.md b/README.md index c01df28..a8274c8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A small set of functions offered by Guitar were removed in v0.3.0 of the library | 3.1 | swift3.1 | No ### CocoaPods -For Swift 4 support: +For Swift 4.1 support: ```ruby pod 'Guitar' ``` @@ -50,7 +50,7 @@ pod 'Guitar', :git => 'https://github.com/ArtSabintsev/Guitar.git', :branch => ' ``` ### Carthage -For Swift 3 support: +For Swift 4 support: ```swift github "ArtSabintsev/Guitar"