Skip to content

Commit 82bf915

Browse files
authored
Merge pull request #323 from CodaFi/call-of-the-postal-horn
Call of the postal horn
2 parents b4275df + 480c477 commit 82bf915

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
include:
66
- os: osx
77
language: objective-c
8-
osx_image: xcode8
8+
osx_image: xcode8.2
99
before_install:
1010
- git submodule update --init --recursive
1111
script:

Cartfile.private

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "typelift/Swiftx"
1+
github "typelift/Swiftx" "master"
22
github "typelift/SwiftCheck"
33
github "typelift/Operadics"
44

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "typelift/Operadics" "0.2.2"
22
github "typelift/SwiftCheck" "0.7.2"
3-
github "typelift/Swiftx" "0.5.1"
3+
github "typelift/Swiftx" "7945839e1a173911879a3552a5d2265554d9337b"

Carthage/Checkouts/Swiftx

Submodule Swiftx updated 1 file

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ let package = Package(
1111
]
1212
)
1313

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

0 commit comments

Comments
 (0)