Sha256: c459b2333bc36e7b2a546ba768d3be1b298ab99d9c3ba5ac44b4cc72ae7abde6

Contents?: true

Size: 384 Bytes

Versions: 3

Compression:

Stored size: 384 Bytes

Contents

language: ruby
before_script:
  - sh -e /etc/init.d/xvfb start
  - export DISPLAY=:99.0
  - bundle exec rake test_app
env:
  - DB=sqlite
  - DB=mysql
  - DB=postgres
script:
  - bundle exec rspec spec
notifications:
  email:
    - ryan@spreecommerce.com
  irc:
    use_notice: true
    skip_join: true
    channels:
      - "irc.freenode.org#spree"
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solidus_gateway-1.0.1 .travis.yml
solidus_gateway-0.9.0 .travis.yml
solidus_gateway-1.0.0 .travis.yml