diff options
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 |