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

Commit

Permalink
Added .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed May 3, 2018
1 parent 2128873 commit e527d2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Guitar.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand All @@ -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"
Expand Down

0 comments on commit e527d2f

Please sign in to comment.