Skip to content

Commit

Permalink
Add bundle install --no-deployment to travis before_install hook (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoel authored Oct 17, 2017
1 parent d509669 commit c0f0172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
before_install:
- gem update --system
- gem update bundler
- bundle install --no-deployment
rvm:
- 2.1.3
- 2.0.0
Expand Down

0 comments on commit c0f0172

Please sign in to comment.