Skip to content

Commit c70b046

Browse files
committed
travis configuration
1 parent 3ba4309 commit c70b046

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: objective-c
2+
rvm:
3+
- 1.8.7 # (current default)
4+
- 1.9.3
5+
script: bundle exec rake spec

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
require "bundler/gem_tasks"
1+
require 'rspec/core/rake_task'
2+
RSpec::Core::RakeTask.new
3+
task :default => :spec

0 commit comments

Comments
 (0)