Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Add Travis CI integration (#6)
Browse files Browse the repository at this point in the history
* Revert product name to IBAnalyzer

* Rename scheme to IBAnalyzer

* Add .travis.yml

* Add updating repo before building on Travis

* Change scheme for Travis to IBAnalyzer

* Change Travis setup to use Xcode 8.2

* Use xcodebuild on Travis

* TO_REVERT: Break tests

* Revert "TO_REVERT: Break tests"

This reverts commit fa9dbf8.

* Add Travis status badge to README
  • Loading branch information
fastred authored Feb 3, 2017
1 parent 13d6c32 commit 96c0a34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: objective-c
osx_image: xcode8.2
before_install:
- pod repo update
script:
- xcodebuild -scheme IBAnalyzer -workspace IBAnalyzer.xcworkspace
- xcodebuild test -scheme IBAnalyzer -workspace IBAnalyzer.xcworkspace

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/fastred/IBAnalyzer.svg?branch=master)](https://travis-ci.org/fastred/IBAnalyzer)

# IBAnalyzer

Find common xib and storyboard-related problems without running your app or writing unit tests.
Expand Down

0 comments on commit 96c0a34

Please sign in to comment.