We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5c546 commit a65021aCopy full SHA for a65021a
.swift-version
@@ -0,0 +1 @@
1
+4.0
.travis.yml
@@ -0,0 +1,14 @@
+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