Sha256: d83dc7971ddfd273e63a4614ea1f8603edd4d8aaa68150f2c74bc25806e69fe3

Contents?: true

Size: 239 Bytes

Versions: 7

Compression:

Stored size: 239 Bytes

Contents

rvm:
  - 1.9.3
  - 2.0.0

before_script:
  - "psql -c 'create role catarse SUPERUSER LOGIN;' postgres"
  - "psql -c 'create database catarse_test;' -U catarse postgres"

script:
  - "bundle exec rspec spec"

branches:
  only:
    - master

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
catarse_paypal_express-2.2.1 .travis.yml
catarse_wepay-0.0.1 .travis.yml
catarse_paypal_express-2.2.0 .travis.yml
catarse_paypal_express-2.1.2 .travis.yml
catarse_paypal_express-2.1.1 .travis.yml
catarse_paypal_express-2.1.0 .travis.yml
catarse_paypal_express-2.0.0 .travis.yml