Skip to content

Commit

Permalink
Use postgres 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 20, 2019
1 parent 9e84315 commit dad14ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,9 @@ gemfile:
- gemfiles/activerecord_5_1.gemfile
- gemfiles/activerecord_5_2.gemfile
- gemfiles/activerecord_6_0.gemfile
addons:
# Rails 6.0 requires PostgreSQL 9.3+
postgresql: "9.3"
env:
- DATABASE=mysql
- DATABASE=postgresql
Expand Down

0 comments on commit dad14ea

Please sign in to comment.