Skip to content

Commit ded2700

Browse files
quanvo87youming-lin
authored andcommitted
Update to Swift 3.1.1; add 6/29 snapshot builds to Travis; Kitura/Kitura#1121
1 parent 0ccbc9b commit ded2700

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
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: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# See the following URLs for further details on Travis CI
2-
# https://docs.travis-ci.com/user/customizing-the-build/
3-
# https://docs.travis-ci.com/user/docker/
4-
# https://docs.travis-ci.com/user/multi-os/
5-
6-
# whitelist (branches that should be built)
71
branches:
82
only:
93
- master
@@ -22,11 +16,14 @@ matrix:
2216
- os: linux
2317
dist: trusty
2418
sudo: required
25-
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-11-a
19+
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-29-a
2620
- os: osx
2721
osx_image: xcode8.3
2822
sudo: required
29-
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-11-a
23+
- os: osx
24+
osx_image: xcode9
25+
sudo: required
26+
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-29-a
3027

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

0 commit comments

Comments
 (0)