Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
lijingcheng committed Feb 15, 2016
1 parent 201210f commit 707be17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -8,8 +8,6 @@ language: objective-c
# before_install:
# - 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
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
- set -o pipefail && xcodebuild test -workspace Example/JCTagListView.xcworkspace -scheme JCTagListView-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit 707be17

Please sign in to comment.