From 36911c13adfe12859ed43dcba878052b1897fcd3 Mon Sep 17 00:00:00 2001 From: Orkhan Alikhanov Date: Sun, 10 Nov 2019 20:37:21 +0400 Subject: [PATCH] Removed .swift_version file --- .swift-version | 1 - .travis.yml | 3 ++- Socket.swift.podspec | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 819e07a..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -5.0 diff --git a/.travis.yml b/.travis.yml index 7dfc981..51f1bbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ matrix: - sourceline: 'deb [trusted=yes] http://apt.orkhanalikhanov.com ./' packages: - libressl - install: eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" + env: SWIFT_VERSION=5.0 + install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)" script: env LD_LIBRARY_PATH='/usr/local/lib:/usr/local/opt/libressl/lib:$LD_LIBRARY_PATH' swift test - os: osx diff --git a/Socket.swift.podspec b/Socket.swift.podspec index e23519f..1b56c75 100644 --- a/Socket.swift.podspec +++ b/Socket.swift.podspec @@ -8,6 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/BiAtoms/Socket.swift.git', :tag => s.version.to_s } s.module_name = 'SocketSwift' + s.swift_versions = ['5.0'] s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' s.tvos.deployment_target = '9.0'