Sha256: d31a637fac74b13301c92d1f356c4a4b69a458ca6ecf9b134f330820bc01f308

Contents?: true

Size: 390 Bytes

Versions: 4

Compression:

Stored size: 390 Bytes

Contents

language: ruby
rvm:
  - "1.8.7"
  - "1.9.3"
  - "2.0.0"
  - "2.1.2"
gemfile:
  - gemfiles/Gemfile.3.2
  - gemfiles/Gemfile.4.0
  - gemfiles/Gemfile.4.1
script: bundle exec rspec spec
notifications:
  email:
    - fail@makandra.de
branches:
  only:
    - master
matrix:
  exclude:
    - rvm: "1.8.7"
      gemfile: gemfiles/Gemfile.4.0
    - rvm: "1.8.7"
      gemfile: gemfiles/Gemfile.4.1

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_type-0.3.1 .travis.yml
active_type-0.3.0 .travis.yml
active_type-0.2.1 .travis.yml
active_type-0.2.0 .travis.yml