Skip to content

Commit

Permalink
Add Xcode 9 and 6-29 snapshot to Travis Kitura/Kitura#1121
Browse files Browse the repository at this point in the history
  • Loading branch information
quanvo87 authored and youming-lin committed Jul 5, 2017
1 parent 92880a2 commit 4e04498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.build
/Packages
/*.xcodeproj
Package.resolved
Empty file removed .gitmodules
Empty file.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ matrix:
- os: linux
dist: trusty
sudo: required
services: docker
env: DOCKER_IMAGE=ubuntu:16.04 SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-11-a
- os: linux
dist: trusty
sudo: required
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-29-a
- os: linux
dist: trusty
sudo: required
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-11-a
services: docker
env: DOCKER_IMAGE=ubuntu:16.04 SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-29-a
- os: osx
osx_image: xcode8.3
sudo: required
- os: osx
osx_image: xcode8.3
osx_image: xcode9
sudo: required
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-11-a
env: SWIFT_SNAPSHOT=4.0-DEVELOPMENT-SNAPSHOT-2017-06-29-a

script:
- ./build.sh

0 comments on commit 4e04498

Please sign in to comment.