ha-feature-travis-core-pr-418 whitelisting jwt and enabling decryption of whitelisted addo…

Push event #4122 passed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "env": [
    "JRUBY_OPTS=\"--dev -Xcext.enabled=false -Xcompile.invokedynamic=false -J-Xmx1g\""
  ],
  "jdk": "oraclejdk7",
  "rvm": [
    "jruby-1.7.16",
    "jruby-head",
    "2.0",
    "2.1"
  ],
  "sudo": false,
  "cache": "bundler",
  "addons": {
    "artifacts": {
      "paths": [
        "coverage/",
        "log/"
      ]
    },
    "postgresql": 9.3
  },
  "matrix": {
    "fast_finish": true,
    "allow_failures": [
      {
        "rvm": "jruby-head"
      }
    ]
  },
  "script": [
    "./build.sh"
  ],
  "language": "ruby",
  "services": [
    "redis"
  ],
  "before_script": [
    "redis-cli config set save \"\"",
    "RAILS_ENV=test bundle exec rake db:create db:migrate --trace"
  ],
  "notifications": {
    "irc": "irc.freenode.org#travis",
    "campfire": {
      "rooms": [
        {
          "secure": "FYd2nZjSOnzG0PoCfQ4mHYgjdj6W1C8jLoM6j+OsiLFDo37ShIwuMDjXkBNurUYY1ZyGLPZFngiC4QDZCw1RwefqMukjMqMG4BMt5SV3PNnodrJqLYcT6UfbzwDx8KaoiqClwBHGChzKj+2LgGSwhXxDwO7MqX4snJHTOLAwNy4="
        }
      ],
      "template": [
        "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (details: %{build_url}, changes: %{compare_url})"
      ]
    }
  }
}