Sha256: d5e8878baad063863be3a5ef75fb028f6009d4b554c60c2c6506d5f48b03c6cb

Contents?: true

Size: 836 Bytes

Versions: 2

Compression:

Stored size: 836 Bytes

Contents

language: ruby
rvm:
  - "1.9.3"
  - "2.0.0"
  - "2.1.1"
  - "jruby-19mode"  # JRuby in 1.9 mode
  - "rbx-2"

matrix:
  allow_failures:
    - rvm: rbx-2
cache: bundler
before_install:
  - gem update bundler
matrix:
  allow_failures:
    - rvm: rbx-2
cache: bundler
notifications:
  email:
    recipients:
      - lukas@apiary.io
      - adam@apiary.io
      - ladislav@apiary.io
    on_success: change
    on_failure: always
  hipchat:
    rooms:
      secure: "HqBUrmf4P2bgvwb4b9PL1tBae2wcZaXadOgwRwAFhdhDZFHaKXIXlJRUW8tN\ntdO83OZgatxJrpWWQj8VYTfDuhlE3b3NxVWeXc3PkfrHmuvejQf4veh7kwR0\njLVE6jb+ZbFIwRE2W0VFLFKYQHI6PLem4W0OKXW5Shqzy8Ewlow="
    template:
      - '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
    format: html

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
apiaryio-0.2.5 .travis.yml
apiaryio-0.2.4 .travis.yml