Sha256: 8682462052c04f569786020d0e496c9d4f5f312e7ba209ecf2c7ace2343f0c88

Contents?: true

Size: 509 Bytes

Versions: 2

Compression:

Stored size: 509 Bytes

Contents

---
sudo: false
language: ruby
rvm:
  - 2.3.0
  - 2.2
  - 2.1
  - 2.0
  - ruby-head
  - jruby-9.0
  - rbx-2
matrix:
  allow_failures:
    - rvm: rbx-2
    - rvm: ruby-head
gemfile:
  - Gemfile
before_script:
  - |
    case "${TRAVIS_RUBY_VERSION}" in
      rbx*)
        gem install psych
        ;;
    esac
  - rake travis:before -t
script: rake travis
after_script:
  - rake travis:after -t
notifications:
  email:
    recipients:
      - halostatue@gmail.com
    on_success: change
    on_failure: always

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
stockpile-redis-2.0 .travis.yml
stockpile-2.0 .travis.yml