summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4598c2ef7dd217f731c5ec5e4053612caf630729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
dist: trusty
sudo: false
language: ruby
cache: bundler
rvm:
  - 2.3.7
env:
  matrix:
    - SOLIDUS_BRANCH=v2.4 DB=postgres RAILS_VERSION="~> 5.1.0"
before_install:
  - gem update --system
  - gem install bundler