Sha256: ba512d47ae8431a1908ac4c4a6dd81fdf067b52b040bdecf018c5ac9fb3600ef

Contents?: true

Size: 389 Bytes

Versions: 5

Compression:

Stored size: 389 Bytes

Contents

# CAUTION: DO NOT ADD encrypted value!
#          test/test_test_helper.rb asserts ENV.
#          And this will show ENV accidentally in CI log.
language: "ruby"
rvm:
  - "1.9"
  - "2.0"
  - "2.1"
  - "2.2"
  - "ruby-head"
matrix:
  allow_failures:
    - rvm: "ruby-head"
before_install:
  - "gem update bundler"
  - "bin/setup"
before_script:
  - "printenv"
after_script:
  - "printenv"

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
env_pull_request-0.3.3 .travis.yml
env_branch-0.2.1 .travis.yml
env_branch-0.2.0 .travis.yml
env_branch-0.1.1 .travis.yml
env_branch-0.1.0 .travis.yml