Skip to content

Commit

Permalink
Add gem install bundler before script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshRpowell committed Dec 26, 2019
1 parent 9a15385 commit 0f73eb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: ruby

before_script:
- gem install bundler

rvm:
- 2.3
- 2.4
Expand Down

0 comments on commit 0f73eb6

Please sign in to comment.