diff options
author | Jared Norman <jared@super.gd> | 2018-12-30 16:37:33 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2018-12-30 16:37:33 -0800 |
commit | 57bf725885156cefb095ff5d646248632a1218ac (patch) | |
tree | a579711c9f3d97b944efbed6f45ee0917b53fa77 /.travis.yml | |
parent | 7e741cb3ab10feda45a47e7cc94562c2091b3f9b (diff) |
Start fleshing out dependencies
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4061288..e08f7f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ cache: bundler rvm: - 2.3.7 env: - - SOLIDUS_VERSION=2.4.1 + matrix: + - SOLIDUS_BRANCH=v2.4 DB=postgres before_install: gem install bundler -v 1.17.1 |