Skip to content

Commit 42379eb

Browse files
authored
Merge pull request #5 from g-Off/travis-for-real
hooking up travis for real this time
2 parents 39a6c2d + c7415a2 commit 42379eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ osx_image: xcode9.3
33
xcode_project: XcodeProject.xcodeproj
44
xcode_scheme: XcodeProject
55
xcode_sdk: macosx10.13
6+
script:
7+
- xcodebuild test -scheme XcodeProject | tee xcodebuild.log | xcpretty && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)