Skip to content

Commit

Permalink
Make travis use Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Jun 25, 2015
1 parent 5f08022 commit 1fe25dc
Show file tree
Hide file tree
Showing 65 changed files with 2,833 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ DerivedData

Pods/
Carthage/
!Carthage/Build
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
reference: http://www.objc.io/issue-6/travis-ci.html
language: objective-c
osx_image: beta-xcode6.3
cache:
- bundler
- cocoapods
podfile: Example/Podfile
- bundler
before_install:
- gem install cocoapods --no-ri --no-rdoc
- gem install xcpretty --no-ri --no-rdoc
script:
- xcodebuild -workspace Example/JWTDecode.xcworkspace -scheme JWTDecode -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty -c ; exit ${PIPESTATUS[0]}
- xcodebuild -project JWTDecode.xcodeproj -scheme JWTDecode-iOS -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO test | xcpretty -c ; exit ${PIPESTATUS[0]}
branches:
only:
- master
Expand Down
1 change: 1 addition & 0 deletions Carthage/Build/Mac/Nimble.framework/Headers

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Carthage/Build/Mac/Nimble.framework/Modules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Carthage/Build/Mac/Nimble.framework/Nimble

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Carthage/Build/Mac/Nimble.framework/Resources

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 120 additions & 0 deletions Carthage/Build/Mac/Nimble.framework/Versions/A/Headers/DSL.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fe25dc

Please sign in to comment.