Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed May 26, 2018
1 parent 1ecb020 commit e3e00f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ matrix:
script: env LD_LIBRARY_PATH='/usr/local/lib:/usr/local/opt/libressl/lib:$LD_LIBRARY_PATH' swift test

- os: osx
osx_image: xcode9
osx_image: xcode9.3
dist: trusty
sudo: required
env: COCOAPODS_DISABLE_STATS=true ACTION=test PLATFORM=Mac DESTINATION='platform=OS X'
script: set -o pipefail && pod install --repo-update && xcodebuild -workspace HttpSwift.xcworkspace -scheme HttpSwift -destination "$DESTINATION" $ACTION | xcpretty

- os: osx
osx_image: xcode9
osx_image: xcode9.3
dist: trusty
sudo: required
env: COCOAPODS_DISABLE_STATS=true ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 6S'
script: set -o pipefail && pod install --repo-update && xcodebuild -workspace HttpSwift.xcworkspace -scheme HttpSwift -destination "$DESTINATION" $ACTION | xcpretty

- os: osx
osx_image: xcode9
osx_image: xcode9.3
dist: trusty
sudo: required
env: COCOAPODS_DISABLE_STATS=true ACTION=test PLATFORM=tvOS DESTINATION='platform=tvOS Simulator,name=Apple TV 1080p'
env: COCOAPODS_DISABLE_STATS=true ACTION=test PLATFORM=tvOS DESTINATION='platform=tvOS Simulator,name=Apple TV'
script: set -o pipefail && pod install --repo-update && xcodebuild -workspace HttpSwift.xcworkspace -scheme HttpSwift -destination "$DESTINATION" $ACTION | xcpretty

2 changes: 1 addition & 1 deletion Http.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Http.swift'
s.version = '2.1.0'
s.version = '2.1.1'
s.summary = 'A tiny http server engine written in swift.'
s.homepage = 'https://github.com/BiAtoms/Http.swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit e3e00f5

Please sign in to comment.