Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Travis-CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
bploetz committed Jan 4, 2012
1 parent 8aa36a0 commit 7c69f2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
- jruby
- ree
notifications:
email:
- bploetz@gmail.com
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,5 +1,7 @@
require 'rspec/core/rake_task'

task :default => [:spec]

task :build do
system "gem build versionist.gemspec"
end
Expand Down

0 comments on commit 7c69f2e

Please sign in to comment.