Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
I get dependency hell in Travis, minimize it
Browse files Browse the repository at this point in the history
  • Loading branch information
iconara committed Sep 19, 2016
1 parent 3ee85fa commit ea84672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: ruby
sudo: false
bundler_args: --without development
before_install: gem install bundler --version "$BUNDLER_VERSION"
script: bundle exec rake spec
rvm:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ group :development do
gem 'travis-lint'
gem 'yard'
gem 'kramdown'
gem 'rake'
end

group :test do
gem 'rake'
gem 'jruby-jars', '= 1.7.12'
gem 'rspec', '~> 2.14', '< 2.99'
gem 'simplecov'
Expand Down

0 comments on commit ea84672

Please sign in to comment.