Skip to content

Commit

Permalink
Update travis to include development dependencies to run the tests; a…
Browse files Browse the repository at this point in the history
…dd ruby 2.6 to matrix
  • Loading branch information
Kyle Fagan committed Mar 17, 2020
1 parent 84bc727 commit b54b805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
language: ruby
cache: bundler

bundler_args: --without integration --without tools --without development
bundler_args: --without integration --without tools

before_install:
- sudo apt-get update
Expand All @@ -21,3 +21,4 @@ matrix:
- rvm: 2.3
- rvm: 2.4
- rvm: 2.5
- rvm: 2.6

0 comments on commit b54b805

Please sign in to comment.