Skip to content

Commit

Permalink
install fewer gems on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Jan 1, 2014
1 parent d179261 commit 1dd3f5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ rvm:
- "2.1.0"
# - jruby-19mode # JRuby in 1.9 mode
- rbx-2.1.1
bundler_args: --without development
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ gem 'wrong'

gem 'rake'

gem 'racc'

# don't try to install redcarpet under jruby
gem 'redcarpet', :platforms => :ruby

# for visual tests
gem 'sinatra'
gem 'shotgun'
group :development do
gem 'pry'

# docs
gem 'yard'
gem 'github-markup'
# docs
gem 'yard'
gem 'github-markup'

gem 'pry'
# for visual tests
gem 'sinatra'
gem 'shotgun'
end

0 comments on commit 1dd3f5c

Please sign in to comment.