diff options
author | Noah Silvera <noah@super.gd> | 2021-03-17 11:09:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 11:09:17 -0700 |
commit | 644ea96100790569379cb1b429039df71d6b62b3 (patch) | |
tree | d842dcc04299bd4d7936118ebeb87d1071cb0347 /.travis.yml | |
parent | 6fe0283f541a7a2a8c4940f4ce3626e754a292d9 (diff) | |
parent | 68b258ac1a70346d121b57e8dfdf09a1b3df02ee (diff) |
Merge pull request #43 from Noah-Silvera/support-zeitwerk-loading0.18.0
Support zeitwerk loading (0.18.0)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c4ebfce..74624fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,17 @@ dist: trusty sudo: false language: ruby cache: bundler +addons: + postgresql: "9.3" jobs: include: - rvm: 2.5.8 env: SOLIDUS_BRANCH=v2.9 DB=postgresql RAILS_VERSION="~> 5.1.0" - rvm: 2.6.6 env: SOLIDUS_BRANCH=v2.10 DB=postgresql RAILS_VERSION="~> 5.2.0" + - rvm: 2.6.6 + env: SOLIDUS_BRANCH=v2.10 DB=postgresql RAILS_VERSION="~> 6.0.0" + before_install: - gem update --system - gem install bundler |