Skip to content

Commit

Permalink
add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Sep 20, 2012
1 parent feb867a commit 87149cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
rvm:
- 1.8.7
- 1.9.3
- ruby-head
- jruby
- rbx-18mode
- rbx-19mode
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source :rubygems
gemspec

3 changes: 2 additions & 1 deletion creole.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)

s.homepage = 'http://github.com/minad/creole'
s.rdoc_options = %w(--main README.creole)

s.add_development_dependency('bacon')
s.add_development_dependency('rake')
end

0 comments on commit 87149cf

Please sign in to comment.