Skip to content

Commit

Permalink
fix travis carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-stripe committed Dec 12, 2017
1 parent 6e16ae3 commit 41d81bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
before_install:
export UUID=$(instruments -s | ruby -e "ARGF.each_line{ |ln| ln =~ /$NAME .* \[(.*)\]/; if \$1; puts(\$1); exit; end }");
before_script:
carthage bootstrap --platform $PLATFORM --configuration Debug
carthage bootstrap --configuration Debug
script:
- set -o pipefail;
- open -a "simulator" --args -CurrentDeviceUDID "$UUID"
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "trill-lang/FileCheck" "0.0.4"
github "trill-lang/FileCheck" "0.0.5"
github "typelift/SwiftCheck" "0.9.1"

0 comments on commit 41d81bf

Please sign in to comment.