Skip to content

Commit

Permalink
adding travis ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepv committed Oct 11, 2015
1 parent 7508504 commit 1d58a96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: ruby
rvm:
- 1.9.3
- 2.1.1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# calabash parallel execution

[![Build Status](https://travis-ci.org/rajdeepv/parallel_calabash.svg?branch=master)](https://travis-ci.org/rajdeepv/parallel_calabash)

## Watch a quick demo here:

https://www.youtube.com/watch?v=sK3s0txeJvc
Expand Down
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
require "bundler/gem_tasks"

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

task :default => :spec

0 comments on commit 1d58a96

Please sign in to comment.