Skip to content

Commit

Permalink
Removed .swift_version file
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Nov 10, 2019
1 parent fab0fca commit 36911c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Socket.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 36911c1

Please sign in to comment.