Skip to content

Commit

Permalink
Merge branch 'release/v2.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
masciugo committed Nov 4, 2019
2 parents fcc53a1 + a7b3ad4 commit 6bcb634
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ matrix:
allow_failures:
- rvm: 2.5.1
gemfile: gemfiles/rails_4.gemfile
services:
- mysql
- postgresql

before_script:
- mysql -e 'create database genealogy_test;'
Expand Down
2 changes: 1 addition & 1 deletion lib/genealogy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Genealogy
VERSION = "2.6.1"
VERSION = "2.6.2"
end
2 changes: 1 addition & 1 deletion spec/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mysql:
adapter: mysql2
encoding: utf8
database: genealogy_test
username: root
username: travis

postgres:
adapter: postgresql
Expand Down

0 comments on commit 6bcb634

Please sign in to comment.