Skip to content

Commit

Permalink
travis: update RVM and Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindelord committed Mar 23, 2017
1 parent 1b41486 commit fc4ec5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ xcode_scheme: DKHelper
osx_image: xcode8
xcode_sdk: iphonesimulator10.0

before_install:
- rvm get stable
- brew update
- brew outdated carthage || brew upgrade carthage

script:
- xcodebuild -version
- xcodebuild -showsdks
Expand All @@ -13,6 +18,7 @@ script:
before_deploy:
- carthage build --no-skip-current
- carthage archive DKHelper

deploy:
skip_cleanup: true
provider: releases
Expand All @@ -22,5 +28,6 @@ deploy:
on:
repo: kevindelord/DKHelper
tags: true

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit fc4ec5b

Please sign in to comment.