Skip to content

Commit

Permalink
Fix command-line invocation of tests, and eliminate xctool dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Feb 2, 2016
1 parent 1405965 commit 0d72622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
language: objective-c
before_script:
- brew update
- brew upgrade xctool || true
script:
- xctool -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge -configuration Release -sdk iphonesimulator test
- make test
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
test:
brew install xctool || true
xctool -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge -configuration Release -sdk iphonesimulator test
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge -destination 'platform=iOS Simulator,name=iPhone 4s'

publish-pod:
# pod trunk register narcvs@gmail.com 'Marcus Westin' --description='MBA/MBP-xyz'
Expand Down

0 comments on commit 0d72622

Please sign in to comment.