Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Conversation

@3lvis
Copy link
Owner

@3lvis 3lvis commented Oct 22, 2016

  • Simplify Travis
  • Update HYPMathParser to finally remove that annoying warning

.travis.yml Outdated
language: objective-c
cache: cocoapods
script: xcodebuild -workspace Demo.xcworkspace -scheme Tests -sdk iphonesimulator build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES clean test | xcpretty -c && exit ${PIPESTATUS[0]}
before_script: pod update
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be safer to use pod install instead of pod update ?
Depends on the Podfile I guess.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need pod update since pod install doesn't update the specs repo if needed.

Copy link
Owner Author

@3lvis 3lvis Nov 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pod install already gets called by Travis, too.

@vadymmarkov
Copy link
Collaborator

@3lvis I've managed to fix Travis in https://github.com/hyperoslo/Form/pull/551

@3lvis 3lvis closed this Nov 2, 2016
@3lvis 3lvis deleted the clean-up branch November 2, 2016 12:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants