Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Remove ruby 2.3 form test matrix. Add 2.6.
Browse files Browse the repository at this point in the history
Ruby 2.3 is eol. Fix bundler to version 1 since
travis has some issues with never versions.
  • Loading branch information
ZeroPointEnergy committed Jun 11, 2019
1 parent 2ae57c8 commit f1d2668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ services:
- mysql
- postgresql
rvm:
- 2.3
- 2.4
- 2.5
before_install: gem install bundler
- 2.6
before_install: gem install bundler --version '~> 1'
before_script:
- cp config/database.yml.travis config/database.yml
- 'echo "test: *${DB}" >> config/database.yml'
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nodes, and view inventory data and backed-up file contents.
Dependencies
------------

* Ruby 2.3, 2.4, 2.5
* Ruby 2.4, 2.5, 2.6
* MySQL/MariaDB >= 5.5 or PostgreSQL >= 9.2

Puppet Report Format Support
Expand Down

0 comments on commit f1d2668

Please sign in to comment.