Skip to content

Commit a65021a

Browse files
committed
add Travis-CI files
1 parent cd5c546 commit a65021a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: objective-c
2+
osx_image: xcode9
3+
xcode_project: WKWebViewJavascriptBridge.xcodeproj
4+
xcode_scheme: WKWebViewJavascriptBridge
5+
6+
before_install:
7+
- env
8+
- xcodebuild -version
9+
- xcodebuild -showsdks
10+
- xcpretty --version
11+
12+
script:
13+
- set -o pipefail
14+
- xcodebuild clean build -project "$TRAVIS_XCODE_PROJECT" -scheme "$TRAVIS_XCODE_SCHEME" | xcpretty

0 commit comments

Comments
 (0)