Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Added CI_SERVER* environment variables to build process. #117

Merged
merged 2 commits into from
Mar 3, 2013

Commits on Feb 25, 2013

  1. Added CI_SERVER* environment variables to build process.

    The environment variable CI_SERVER can be used by the build process to
    switch some specific CI configuration, like this for example:
    ```ruby
    require 'rspec/retry'
    RSpec.configure do |config|
      config.default_retry_count = 3 if ENV['CI_SERVER']
    end
    ```
    The CI_SERVER_* variables were added for completeness.
    Miguel Cabeça committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    f83c1b6 View commit details
    Browse the repository at this point in the history
  2. Name should not be configurable. It's brand name!

    Miguel Cabeça committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    f66478e View commit details
    Browse the repository at this point in the history