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