From 87829be04429b3bd50740cf070029f7637702412 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 21 Nov 2017 12:17:41 -0800 Subject: [PATCH] Add .travis.yml --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c13fc72 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +sudo: false +cache: bundler +language: ruby +rvm: + - 2.4.2 +env: + matrix: + - SOLIDUS_BRANCH=master DB=postgres + - SOLIDUS_BRANCH=master DB=mysql