Skip to content

Commit

Permalink
Fix CI & update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Jun 9, 2017
1 parent 18b604d commit aa227e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- PLATFORM=tvOS SDK=appletvsimulator SCHEME=TrueTime-tvOS DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p,OS=10.0"
install:
- gem install xcpretty
- carthage bootstrap --platform "$PLATFORM" --cache-builds --no-use-binaries
- carthage bootstrap --platform "$PLATFORM" --cache-builds --no-use-binaries --toolchain com.apple.dt.toolchain.Swift_3_1
script:
- Scripts/test
cache:
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "antitypical/Result" ~> 3.0.0
github "antitypical/Result"
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Quick/Nimble" "v6.1.0"
github "Quick/Nimble" "v7.0.1"
github "Quick/Quick" "v1.1.0"
github "antitypical/Result" "3.2.1"
github "typelift/SwiftCheck" "0.7.3"
github "antitypical/Result" "3.2.3"
github "typelift/SwiftCheck" "0.8.0"

0 comments on commit aa227e7

Please sign in to comment.