Skip to content

Commit

Permalink
fixup! Update to support up through Rails 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
urkle committed Nov 13, 2021
1 parent b625c0c commit 941ec70
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 @@ -13,7 +13,6 @@ gemfile:
- gemfiles/activerecord-5.2/Gemfile.mysql2
- gemfiles/activerecord-5.2/Gemfile.postgresql
- gemfiles/activerecord-5.2/Gemfile.sqlite3
env: MYSQL_DB_USER=travis
before_script: bundle exec rake create_databases
after_script: bundle exec rake drop_databases
script: bundle exec rake travis
Expand All @@ -22,13 +21,15 @@ jobs:
- gemfile: gemfiles/activerecord-5.0/Gemfile.mysql
services:
- mysql
env: MYSQL_DB_USER=travis
- gemfile: gemfiles/activerecord-5.0/Gemfile.postgresql
addons:
postgresql: '9.6'
env: POSTGRESQL_DB_USER=postgres
- gemfile: gemfiles/activerecord-5.2/Gemfile.mysql
services:
- mysql
env: MYSQL_DB_USER=travis
- gemfile: gemfiles/activerecord-5.2/Gemfile.postgresql
addons:
postgresql: '9.6'
Expand Down

0 comments on commit 941ec70

Please sign in to comment.