[DRE-commits] [ruby-org] 270/303: Use Travis to test the build

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit a5b14dfcfecba69fd8716d870b994e8124069220
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Mon Feb 4 01:41:40 2013 +0900

    Use Travis to test the build
---
 .travis.yml |   12 ++++++++++++
 Gemfile     |    2 +-
 Rakefile    |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..37edf4d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: ruby
+rvm:
+  - 1.9.3
+  - 1.9.2
+  - 1.8.7
+  - jruby-18mode
+  - jruby-19mode
+  - rbx-18mode
+  - rbx-19mode
+  - ruby-head
+  - jruby-head
+  - ree
diff --git a/Gemfile b/Gemfile
index 89fbff6..7c2f76f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source :rubygems
 
 gemspec
 
-group :development do
+group :development, :test do
   gem 'rake'
   gem 'rspec'
   gem 'tilt'
diff --git a/Rakefile b/Rakefile
index 2d09977..48baafc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,4 +8,4 @@ end
 
 Dir['tasks/*'].each {|task| import task }
 
-task :default => 'spec'
+task :default => 'test'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list