Skip to content

Commit

Permalink
Merge pull request robb#132 from robb/travis-ci
Browse files Browse the repository at this point in the history
Restore .travis.yml
  • Loading branch information
robb committed May 30, 2015
2 parents beaa857 + c79256f commit d70cbe5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: objective-c
osx_image: beta-xcode6.3
before_install:
- brew update
- brew install carthage || brew outdated carthage || brew upgrade carthage
install:
- gem install xcpretty
- carthage bootstrap
script:
- set -o pipefail && xcodebuild -scheme 'Cartography-Mac' test | xcpretty -c
- set -o pipefail && xcodebuild -scheme 'Cartography-iOS' test | xcpretty -c
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Quick/Nimble" ~> 0.4.2
github "Quick/Nimble" ~> 1.0
github "Quick/Quick" ~> 0.3.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Quick/Nimble" "v0.4.2"
github "Quick/Nimble" "v1.0.0-rc.1"
github "Quick/Quick" "v0.3.1"

0 comments on commit d70cbe5

Please sign in to comment.