Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit e527d2f

Browse files
committed
Added .travis.yml file
1 parent 2128873 commit e527d2f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: objective-c
2+
osx_image: xcode9.3
3+
4+
notifications:
5+
email: false
6+
env:
7+
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
8+
before_install:
9+
- rvm install ruby-2.4.1
10+
- gem install cocoapods
11+
- gem install xcpretty -N
12+
- brew update
13+
script:
14+
- set -o pipefail
15+
- xcodebuild -project GuitarExample/GuitarExample.xcodeproj -scheme GuitarExample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c

Guitar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
# Version
3-
s.version = '0.4.0'
3+
s.version = '0.4.1'
44
s.swift_version = '4.1'
55

66
# Meta

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A small set of functions offered by Guitar were removed in v0.3.0 of the library
3434
| 3.1 | swift3.1 | No
3535

3636
### CocoaPods
37-
For Swift 4 support:
37+
For Swift 4.1 support:
3838
```ruby
3939
pod 'Guitar'
4040
```
@@ -50,7 +50,7 @@ pod 'Guitar', :git => 'https://github.com/ArtSabintsev/Guitar.git', :branch => '
5050
```
5151

5252
### Carthage
53-
For Swift 3 support:
53+
For Swift 4 support:
5454

5555
```swift
5656
github "ArtSabintsev/Guitar"

0 commit comments

Comments
 (0)