Skip to content

Commit

Permalink
Travis use only development gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 4, 2012
1 parent c03d724 commit 3ac22ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions Gemfile
Expand Up @@ -4,24 +4,25 @@ gemspec

group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git"

gem "mocha", "~> 0.11.4"
gem "bacon"
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0"
gem "mocha-on-bacon"
gem "rake"
gem "rb-fsevent"
gem "vcr"
gem "webmock"

gem 'yard'
gem 'redcarpet'
gem 'github-markup'
end

group :debugging do
gem "rb-fsevent"
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0"
gem "awesome_print"
gem "pry"
gem "letters"
end

group :documentation do
gem 'yard'
gem 'redcarpet'
gem 'github-markup'
end

2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -33,7 +33,7 @@ namespace :travis do
task :install do
sh "git submodule update --init"
sh "sudo apt-get install subversion"
sh "env CFLAGS='-I#{rvm_ruby_dir}/include' bundle install"
sh "env CFLAGS='-I#{rvm_ruby_dir}/include' bundle install --without debugging documentation"
end

task :setup => [:install_opencflite_debs, :install]
Expand Down

0 comments on commit 3ac22ef

Please sign in to comment.