Skip to content

Commit

Permalink
Install bundler in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tmspzz committed Jan 12, 2019
1 parent c22dbb9 commit 11a858d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- brew update
# Run bundler and install the dependencies in vendor/bundle
# so that it can be cached.
- gem install bundler --no-ri --no-rdoc
- bundle install --deployment
install:
# Install stack
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
- brew update
# Run bundler and install the dependencies in vendor/bundle
# so that it can be cached.
- gem install bundler --no-ri --no-rdoc
- bundle install --deployment
install:
# Install stack
Expand Down

0 comments on commit 11a858d

Please sign in to comment.