Skip to content

Commit

Permalink
Added scripts for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
voidrender committed Feb 13, 2015
1 parent 84082a9 commit d679806
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -34,3 +34,4 @@ build/
.rvmrc

alcove-report
Gemfile.lock
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: ruby
cache: bundler
rvm:
- 2.0.0
script: rake build
1 change: 1 addition & 0 deletions Gemfile
@@ -0,0 +1 @@
source 'https://rubygems.org'
2 changes: 1 addition & 1 deletion README.md
@@ -1,2 +1,2 @@
# Alcove
# Alcove [![Build Status](https://travis-ci.org/ioveracker/Alcove.svg?branch=master)](https://travis-ci.org/ioveracker/Alcove)
Painless code coverage reporting for Objective-C
1 change: 1 addition & 0 deletions Rakefile
@@ -0,0 +1 @@
require 'bundler/gem_tasks'
3 changes: 3 additions & 0 deletions alcove.gemspec
Expand Up @@ -13,4 +13,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.add_runtime_dependency 'colored', '~> 1.2'

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
end

0 comments on commit d679806

Please sign in to comment.