Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis enhancements #276

Merged
merged 7 commits into from
Mar 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Travis: reduce log size
  • Loading branch information
ricardopereira committed Mar 4, 2016
commit 58c31ee311aa2b981f60fe53a767769591492918
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
before_install:
# Show available SDKs
- xcodebuild -showsdks
# Show available simulators
- xcrun simctl list devices
install:
# Install Scan
# Automatically switches to the travis formatter when running on Travis
- gem install scan
# Install CocoaPods
- gem install cocoapods -v '0.39.0' --no-rdoc --no-ri --no-document --quiet
- pod install
before_script:
# List of schemes
- xcodebuild -workspace ./Ably.xcworkspace -list
script:
Expand Down