Skip to content

Commit

Permalink
chore(.travis.yml): install specific bundler version on before_install
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmontoya committed Oct 9, 2020
1 parent e70ad19 commit 62b977b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ rvm:
script:
- RAILS_ENV=test bundle exec rake db:create db:migrate
- bundle exec rspec spec
before_install: gem install bundler -v 1.16.3
deploy:
provider: rubygems
api_key:
Expand Down

0 comments on commit 62b977b

Please sign in to comment.