Skip to content

Commit

Permalink
Update to swift 403 (#67)
Browse files Browse the repository at this point in the history
* Update to swift 403

* Update to swift 403

* README update

* Update README.md
  • Loading branch information
ShihabMehboob authored and Aaron Liberatore committed Jan 4, 2018
1 parent 37cd078 commit 1cd6067
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ matrix:
dist: trusty
sudo: required
- os: osx
osx_image: xcode9.1
osx_image: xcode9.2
sudo: required

before_install:
- git clone https://github.com/IBM-Swift/Package-Builder.git

script:
- ./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR
- ./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-compose up
app:
image: ibmcom/swift-ubuntu:4.0
image: ibmcom/swift-ubuntu:4.0.3
ports:
- "8080:8080"
volumes:
Expand Down

0 comments on commit 1cd6067

Please sign in to comment.