Skip to content

Commit

Permalink
Don't install latest cocoapods in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkibuule committed Feb 5, 2015
1 parent 98a1be7 commit 2dbf731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: objective-c
# cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
# - 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
Expand Down
2 changes: 1 addition & 1 deletion JSKTimerView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JSKTimerView"
s.version = "0.1.5"
s.version = "0.1.6"
s.summary = "A simple custom UIView that acts as a self-contained, animating timer."
s.homepage = "https://github.com/jeffkibuule/JSKTimerView"
s.screenshots = ['https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot0.png', 'https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot1.png', 'https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot2.png', 'https://raw.githubusercontent.com/jeffkibuule/JSKTimerView/master/Screenshots/screenshot3.png']
Expand Down

0 comments on commit 2dbf731

Please sign in to comment.