Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lijingcheng committed Feb 15, 2016
1 parent dc25cd8 commit b1b36da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ language: objective-c
# - 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
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Example/JCTagListView.xcworkspace -scheme JCTagListView-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick
2 changes: 1 addition & 1 deletion JCTagListView.podspec
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "JCTagListView"
s.version = "0.0.7"
s.version = "0.0.8"
s.summary = "Support delete tags and settings tags color."
s.homepage = "http://lijingcheng.github.io/"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
Expand Down

0 comments on commit b1b36da

Please sign in to comment.