Skip to content

Commit

Permalink
use slimgems on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kraatob committed Mar 18, 2013
1 parent cbc9d22 commit 5226cd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Rakefile
Expand Up @@ -8,7 +8,12 @@ task :default => 'all:spec'
namespace :travis_ci do

desc 'Things to do before Travis CI begins'
task :prepare do
task :prepare => :slimgems do
end

desc 'Install slimgems'
task :slimgems do
system('gem install slimgems')
end

end
Expand Down
1 change: 1 addition & 0 deletions spec/rails-2.3/Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'http://rubygems.org'

gem 'sqlite3'
gem 'test-unit', '=1.2.3', :platforms => :ruby_19
gem 'hoe', '=2.8.0', :platforms => :ruby_19
gem 'rails', '~>2.3.10'
gem 'rspec', '<2'
gem 'rspec-rails', '<2'
Expand Down
5 changes: 3 additions & 2 deletions spec/rails-2.3/Gemfile.lock
Expand Up @@ -25,8 +25,8 @@ GEM
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.2.0)
hoe (3.5.1)
rake (>= 0.8, < 11.0)
hoe (2.8.0)
rake (>= 0.8.7)
linecache (0.46)
rbx-require-relative (> 0.0.4)
rack (1.1.6)
Expand Down Expand Up @@ -63,6 +63,7 @@ PLATFORMS
DEPENDENCIES
assignable_values!
debugger
hoe (= 2.8.0)
rails (~> 2.3.10)
rspec (< 2)
rspec-rails (< 2)
Expand Down

0 comments on commit 5226cd5

Please sign in to comment.