Skip to content

Commit

Permalink
Merge pull request #1203 from liuxuan30/fixTravis
Browse files Browse the repository at this point in the history
upgrade carthage, resolve test failure config
  • Loading branch information
liuxuan30 authored Jul 1, 2016
2 parents c5c442b + 31e9cff commit 1b60553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cache:

before_install:
- brew update
- brew upgrade carthage
- cd Charts && carthage bootstrap

script:
Expand Down
2 changes: 1 addition & 1 deletion Charts/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "facebook/ios-snapshot-test-case" "2.1.1"
github "facebook/ios-snapshot-test-case" "040817b1295a91fc239d8433a087d7b50bfa5dd6"
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
def test_targets
[
:ios,
:tvos
# :tvos #no tvOS fbsnapshot
]
end

Expand Down

0 comments on commit 1b60553

Please sign in to comment.