Sha256: 159b14bdde372d1062a6583b95a7bdd94ba76d723617ef69cd73274e2cb71f42

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: ruby
rvm:
  - 1.9.2
  - 1.9.3
  - 2.0.0

before_install:
  - gem update bundler

matrie:
  allow_failures:
    - rvm: 1.9.2
    - rvm: 1.9.3
    - rvm: 2.0.0

script: "RAILS_ENV=test bundle exec rake spec 2>&1"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pbl-0.0.5 .travis.yml