Sha256: 2ab11131a95f5d988c514f1a12915639d6be142251ab4f55790f6df460b6c3b8

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.0
  - 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.3 .travis.yml