Skip to content

Commit

Permalink
Merge pull request #5 from g-Off/travis-for-real
Browse files Browse the repository at this point in the history
hooking up travis for real this time
  • Loading branch information
g-Off authored May 20, 2018
2 parents 39a6c2d + c7415a2 commit 42379eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ osx_image: xcode9.3
xcode_project: XcodeProject.xcodeproj
xcode_scheme: XcodeProject
xcode_sdk: macosx10.13
script:
- xcodebuild test -scheme XcodeProject | tee xcodebuild.log | xcpretty && exit ${PIPESTATUS[0]}

0 comments on commit 42379eb

Please sign in to comment.