File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- 3.1
1+ 3.1.1
Original file line number Diff line number Diff line change 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)
71branches :
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
3128before_install :
3229 - git clone https://github.com/IBM-Swift/Package-Builder.git
You can’t perform that action at this time.
0 commit comments