Skip to content

Commit 9599300

Browse files
authored
Merge pull request #29 from IBM-Swift/develop
Swift 3.1.1 migration
2 parents fc81cd9 + 651ec80 commit 9599300

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1
1+
3.1.1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
dist: trusty
1515
sudo: required
1616
- os: osx
17-
osx_image: xcode8.2
17+
osx_image: xcode8.3
1818
sudo: required
1919

2020
before_install:

Package.pins

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"autoPin": false,
3+
"pins": [],
4+
"version": 1
5+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Circuit Breaker design pattern is used to increase application stability, im
1414
* [API](#api)
1515

1616
## Swift version
17-
The latest version of CircuitBreaker works with the `3.1` version of the Swift binaries. You can download this version of the Swift binaries by following this [link](https://swift.org/download/#releases).
17+
The latest version of CircuitBreaker works with the `3.1.1` version of the Swift binaries. You can download this version of the Swift binaries by following this [link](https://swift.org/download/#releases).
1818

1919
## Installation
2020
To leverage the CircuitBreaker package in your Swift application, you should specify a dependency for it in your `Package.swift` file:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker-compose up
22
app:
3-
image: ibmcom/swift-ubuntu:3.1
3+
image: ibmcom/swift-ubuntu:3.1.1
44
volumes:
55
- .:/root/CircuitBreaker
66
command: bash -c "cd /root/CircuitBreaker && rm -rf Packages && swift package clean && swift build && swift test"

0 commit comments

Comments
 (0)