Skip to content

Commit

Permalink
Merge pull request #1249 from liuxuan30/fixTravis
Browse files Browse the repository at this point in the history
remove brew upgrade carthage for travis and update ios-snapshot-test-case to 2.1.2
  • Loading branch information
liuxuan30 committed Jul 14, 2016
2 parents a7155c6 + 3734cc7 commit 2efba1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cache:

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

script:
Expand Down
2 changes: 1 addition & 1 deletion Charts/Cartfile.private
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "facebook/ios-snapshot-test-case" "master"
github "facebook/ios-snapshot-test-case" ~> 2.1.2
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" "040817b1295a91fc239d8433a087d7b50bfa5dd6"
github "facebook/ios-snapshot-test-case" "2.1.2"

0 comments on commit 2efba1d

Please sign in to comment.