Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
[!] Fix deployment of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
15cm committed Jun 19, 2017
1 parent f70c381 commit 7cde0ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: objective-c
osx_image: xcode8.2
osx_image: xcode8.3
branches:
only:
- master
except:
- /^dev-(.*)$/
before_install:
- brew update && brew upgrade carthage
- brew update && (brew upgrade carthage || true)
install:
- carthage update --platform mac --no-use-binaries
script:
Expand Down

0 comments on commit 7cde0ff

Please sign in to comment.