diff --git a/.swift-version b/.swift-version index b7d9796..5186d07 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0-DEVELOPMENT-SNAPSHOT-2017-08-21-a +4.0 diff --git a/.travis.yml b/.travis.yml index baf5ecc..c13c1d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ os: language: generic sudo: required dist: trusty -osx_image: xcode8.3 +osx_image: xcode9 install: - - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"; fi script: - swift build - swift test diff --git a/SwiftShell.podspec b/SwiftShell.podspec index 5e4d355..7258637 100644 --- a/SwiftShell.podspec +++ b/SwiftShell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftShell' - s.version = '3.0.0' + s.version = '4.0.0' s.summary = 'A Swift framework for shell scripting.' s.description = 'SwiftShell is a library for creating command-line applications and running shell commands in Swift.' s.homepage = 'https://github.com/kareman/SwiftShell'