Skip to content

Commit

Permalink
github: add travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nel committed Jul 22, 2013
1 parent 646f1c2 commit 8adc204
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: ruby
rvm:
- 1.9.3
- 1.9.2
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ruby-head
- jruby-head
- 1.8.7
- ree
2 changes: 2 additions & 0 deletions viking.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_development_dependency(%q{rspec}, ['~> 2.12.0'])
gem.add_development_dependency(%q{rake})

end

0 comments on commit 8adc204

Please sign in to comment.