Skip to content

Commit

Permalink
Merge pull request #6 from koher/dev-3.1.1
Browse files Browse the repository at this point in the history
Develop 3.1.1
  • Loading branch information
koher authored Sep 25, 2018
2 parents 72bea2c + 7998a46 commit 5fef149
Show file tree
Hide file tree
Showing 11 changed files with 923 additions and 21 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
matrix:
include:
- os: osx
language: objective-c
osx_image: xcode10
script:
- set -o pipefail
- xcodebuild test -scheme PromiseK-macOS -configuration Debug | xcpretty -c
- xcodebuild test -scheme PromiseK-iOS -configuration Debug -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone XS" | xcpretty -c
- xcodebuild test -scheme PromiseK-tvOS -configuration Debug -sdk appletvsimulator -destination "platform=tvOS Simulator,name=Apple TV 4K" | xcpretty -c
- xcodebuild build -scheme PromiseK-watchOS -configuration Debug -sdk watchsimulator -destination "platform=watchOS Simulator,name=Apple Watch Series 4 - 44mm" | xcpretty -c
- os: osx
language: generic
osx_image: xcode10
script:
- swift --version
- swift build
- swift test
- os: linux
language: generic
sudo: required
env: SWIFT_VERSION=4.2
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script:
- swift --version
- swift build
- swift test
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.0
// swift-tools-version:4.2

import PackageDescription

Expand Down
Loading

0 comments on commit 5fef149

Please sign in to comment.