Sha256: d73bb8354cd0bfc2a52434683656aa7943c0ee89ea21d1095c8b28ca2678caf3
Contents?: true
Size: 549 Bytes
Versions: 2
Compression:
Stored size: 549 Bytes
Contents
sudo: false language: ruby rvm: - 2.3.3 before_install: - rvm @default,@global do gem uninstall bundler -x - gem install bundler --version '~> 1.13.0' - bundle --version before_script: - sh -e /etc/init.d/xvfb start - export DISPLAY=:99.0 - bundle exec rake test_app script: - bundle exec rspec env: matrix: - SOLIDUS_BRANCH=v2.1 DB=postgres - SOLIDUS_BRANCH=v2.2 DB=postgres - SOLIDUS_BRANCH=master DB=postgres - SOLIDUS_BRANCH=v2.1 DB=mysql - SOLIDUS_BRANCH=v2.2 DB=mysql - SOLIDUS_BRANCH=master DB=mysql
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_avatax_certified-3.0.0 | .travis.yml |
solidus_avatax_certified-2.0.0 | .travis.yml |