summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2018-12-30 16:21:09 -0800
committerJared Norman <jared@super.gd>2018-12-30 16:21:09 -0800
commiteddad91214761fbeef70696bcd9dd340260844e8 (patch)
tree92a7bd737e17030f269317be6b2654de1e69a9d3 /.travis.yml
parent8b77e69bff9012c103eddb01d8b3a4c033094278 (diff)
Add Solidus version
I intend to support all non-EOL Solidus versions, but right this second I'm only targeting this one.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ce285bd..4061288 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,6 @@ language: ruby
cache: bundler
rvm:
- 2.3.7
+env:
+ - SOLIDUS_VERSION=2.4.1
before_install: gem install bundler -v 1.17.1