Skip to content

Commit

Permalink
Remove uneeded command in travis. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
irvifa authored Apr 30, 2020
1 parent 21d2892 commit 22e71f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

osx_image: xcode11.3
language: swift
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
xcode_workspace: PlanOutSwift.xcworkspace
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace PlanOutSwift.xcworkspace -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint --allow-warnings

0 comments on commit 22e71f1

Please sign in to comment.