Skip to content

Commit

Permalink
Merge pull request #25 from EnriqueL8/update_kituranet
Browse files Browse the repository at this point in the history
Update KituraNet to 2.1 & Update Testing
  • Loading branch information
Christian Compton authored Apr 20, 2018
2 parents 30f5473 + a8610cc commit 34ac41b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ language: generic
env:
global:
- SWIFT_VERSION=3.1.1
- SWIFT_VERSION=4.0.3
- SWIFT_VERSION=4.1

notifications:
email:
Expand All @@ -18,7 +18,7 @@ sudo: required

dist: trusty

osx_image: xcode9.2
osx_image: xcode9.3

before_install:
- rvm install 2.4.0
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
],
dependencies:[
.package(url: "https://github.com/ibm-bluemix-mobile-services/bluemix-simple-logger-swift.git", .upToNextMinor(from: "0.5.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-net.git", .upToNextMinor(from: "2.0.0")),
.package(url: "https://github.com/IBM-Swift/Kitura-net.git", from: "2.1.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target defines a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Tests/SimpleHttpClientTests/HttpClientTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
@testable import SimpleHttpClient

class HttpClientTests: XCTestCase {
private static let httpbinHost = "httpbin.mybluemix.net"
private static let httpbinHost = "httpbin.org"
private static let testString = "TestDataSimpleHttpClient"

let httpResource = HttpResource(schema: "http", host: httpbinHost, port: "80")
Expand Down

0 comments on commit 34ac41b

Please sign in to comment.