Skip to content

Commit

Permalink
[ci] install bundler on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jun 22, 2015
1 parent 7c07f44 commit 420c1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/Gemfile
Expand Up @@ -83,6 +83,8 @@ group :test do
gem 'poltergeist', '>= 1.4'
# for mocking and stubbing
gem 'mocha', '> 0.13.0', require: false
# needed for travis-ci.org
gem 'bundler'
end

# Gems used only during development not required in production environments by default.
Expand Down
1 change: 1 addition & 0 deletions src/api/Gemfile.lock
Expand Up @@ -252,6 +252,7 @@ PLATFORMS
DEPENDENCIES
actionmailer
acts_as_list
bundler
capybara_minitest_spec
chunky_png
ci_reporter
Expand Down

0 comments on commit 420c1d0

Please sign in to comment.