Sha256: f1d0a9cb9a40b8b7f58e002ceb1c644e4a6d0765851f4422935dc988d5d5a181

Contents?: true

Size: 386 Bytes

Versions: 1

Compression:

Stored size: 386 Bytes

Contents

language: ruby
before_script:
  - sh -e /etc/init.d/xvfb start
  - export DISPLAY=:99.0
  - bundle exec rake test_app
script:
  - bundle exec rspec spec
notifications:
  email:
    - tiagocis@gmail.com
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.2
  - jruby-19mode
matrix:
  allow_failures:
    - rvm: jruby-19mode
env:
  - DB=sqlite
  - DB=mysql
  - DB=postgres
branches:
  only:
    - 2-1-stable

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_cpf-2.1.7 .travis.yml