Skip to content

Commit d6eda5c

Browse files
ShihabMehboobAaron Liberatore
authored andcommitted
Update to swift 403 (#46)
* Update to swift 403 * Update to swift 403 * README update * Update README.md
1 parent 4ff1d09 commit d6eda5c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
dist: trusty
1818
sudo: required
1919
- os: osx
20-
osx_image: xcode9.1
20+
osx_image: xcode9.2
2121
sudo: required
2222

2323
before_install:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app:
2-
image: ibmcom/swift-ubuntu:4.0.2
2+
image: ibmcom/swift-ubuntu:4.0.3
33
volumes:
44
- .:/CloudEnvironment
55
command: bash -c "cd /CloudEnvironment && swift package --build-path .build-ubuntu clean && swift build --build-path .build-ubuntu && swift test --build-path .build-ubuntu"

0 commit comments

Comments
 (0)