.travis.yml in solidus_culqi-0.0.1 vs .travis.yml in solidus_culqi-0.0.2

- old
+ new

@@ -1,24 +1,24 @@ sudo: false cache: bundler language: ruby bundler_args: --quiet +before_install: + - gem install bundler --pre script: - bundle exec rake rvm: - 2.4.1 env: matrix: - - SOLIDUS_BRANCH=v1.1 DB=postgres - SOLIDUS_BRANCH=v1.2 DB=postgres - SOLIDUS_BRANCH=v1.3 DB=postgres - SOLIDUS_BRANCH=v1.4 DB=postgres - SOLIDUS_BRANCH=v2.0 DB=postgres - SOLIDUS_BRANCH=v2.1 DB=postgres - SOLIDUS_BRANCH=v2.2 DB=postgres - SOLIDUS_BRANCH=v2.3 DB=postgres - SOLIDUS_BRANCH=master DB=postgres - - SOLIDUS_BRANCH=v1.1 DB=mysql - SOLIDUS_BRANCH=v1.2 DB=mysql - SOLIDUS_BRANCH=v1.3 DB=mysql - SOLIDUS_BRANCH=v1.4 DB=mysql - SOLIDUS_BRANCH=v2.0 DB=mysql - SOLIDUS_BRANCH=v2.1 DB=mysql