ha-test-pr-84 Merge pull request #84 from night/master

Adds Discord Notifications

Conflicts:
lib/travis/addons/config/notify.rb

Hiro Asari avatar Hiro Asari

Push event #2085.1 passed

  • Ran for
AMD64
Ruby: 2.2
Git
The .travis.yml file used for this job is not available
Build Config
{
  "rvm": [
    2.2
  ],
  "sudo": false,
  "cache": [
    "bundler"
  ],
  "addons": {
    "postgresql": 9.3
  },
  "script": [
    "bundle exec rspec --require spec_helper"
  ],
  "language": "ruby",
  "services": [
    "memcached",
    "redis",
    "rabbitmq"
  ],
  "before_script": [
    "bundle exec rake db:create --trace"
  ],
  "before_install": [
    "bundle config https://gems.contribsys.com/ $BUNDLE_GEMS__CONTRIBSYS__COM"
  ]
}