Skip to content

Commit

Permalink
simplified travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCarey committed Oct 10, 2018
1 parent 5b540e4 commit 0a84d56
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@

osx_image: xcode10
language: objective-c
# cache: cocoapods
gemfile: Example/Gemfile
podfile: Example/Podfile
xcode_workspace: Example/Succulent.xcworkspace
xcode_scheme: Succulent-Example
xcode_destination: platform=iOS Simulator,name=iPhone 6S,OS=12.0
#before_install:
#- bundle install --gemfile=Example/Gemfile
#- gem install cocoapods # Since Travis is not always on latest version
#- pod install --project-directory=Example
script:
#- set -o pipefail && xcodebuild test -workspace Example/Succulent.xcworkspace -scheme Succulent-Example -sdk iphonesimulator12.0 -destination 'platform=iOS Simulator,name=iPhone 6S,OS=12.0' ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild -workspace Example/Succulent.xcworkspace -scheme Succulent-Example -destination 'platform=iOS Simulator,name=iPhone 6S,OS=12.0' build test | xcpretty
- pod lib lint

0 comments on commit 0a84d56

Please sign in to comment.