From c1ae131795bc6c5468d4801778a3374e01865c30 Mon Sep 17 00:00:00 2001 From: Enrique Lacal Date: Thu, 12 Apr 2018 14:37:34 +0100 Subject: [PATCH] feat: Update to 4.0.3 --- .travis.yml | 4 ++-- refresh/templates/common/swift-version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17f28314..a14b5292 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ os: - linux - osx dist: trusty -osx_image: xcode9 +osx_image: xcode9.2 before_install: - if [[ $TRAVIS_NODE_VERSION == "8" ]]; then npm install -g npm@4; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get head; fi @@ -28,7 +28,7 @@ script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then osName="osx"; fi - export projectFolder=`pwd` - projectName="$(basename $projectFolder)" -- export SWIFT_SNAPSHOT=swift-4.0 +- export SWIFT_SNAPSHOT=swift-4.0.3 - source ./Package-Builder/install-swift.sh - if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run testsdkgen; fi - if [[ $TRAVIS_EVENT_TYPE != "cron" ]]; then npm run coverage && npm run report-coverage; fi diff --git a/refresh/templates/common/swift-version b/refresh/templates/common/swift-version index 5186d070..c4e41f94 100644 --- a/refresh/templates/common/swift-version +++ b/refresh/templates/common/swift-version @@ -1 +1 @@ -4.0 +4.0.3