Skip to content

Commit

Permalink
Merge pull request #323 from CodaFi/call-of-the-postal-horn
Browse files Browse the repository at this point in the history
Call of the postal horn
  • Loading branch information
CodaFi authored Jan 21, 2017
2 parents b4275df + 480c477 commit 82bf915
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
include:
- os: osx
language: objective-c
osx_image: xcode8
osx_image: xcode8.2
before_install:
- git submodule update --init --recursive
script:
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "typelift/Swiftx"
github "typelift/Swiftx" "master"
github "typelift/SwiftCheck"
github "typelift/Operadics"

2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "typelift/Operadics" "0.2.2"
github "typelift/SwiftCheck" "0.7.2"
github "typelift/Swiftx" "0.5.1"
github "typelift/Swiftx" "7945839e1a173911879a3552a5d2265554d9337b"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Swiftx
Submodule Swiftx updated 1 files
+0 −2 Package.swift
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ let package = Package(
]
)

let libSwiftz = Product(name: "Swiftz", type: .Library(.Dynamic), modules: "Swiftz")
products.append(libSwiftz)

0 comments on commit 82bf915

Please sign in to comment.