ps-notifications-in-settings [WIP] Notifications in settings

Push event #3372 failed

  • Ran for
  • Total time
  • New branch build
The .travis.yml file used for this job is not available
Build Config
{
  "env": {
    "global": [
      "RUBY_GC_MALLOC_LIMIT=90000000",
      "RUBY_FREE_MIN=200000"
    ]
  },
  "jdk": "oraclejdk7",
  "rvm": [
    "jruby-19mode",
    "2.0.0",
    "2.1.0"
  ],
  "addons": {
    "postgresql": 9.3
  },
  "matrix": {
    "fast_finish": true,
    "allow_failures": [
      {
        "rvm": "2.1.0"
      }
    ]
  },
  "script": [
    "./build.sh"
  ],
  "language": "ruby",
  "services": [
    "redis"
  ],
  "before_script": [
    "sudo service mysql stop",
    "redis-cli config set save \"\"",
    "RAILS_ENV=test rake db:create db:structure:load --trace"
  ],
  "notifications": {
    "irc": "irc.freenode.org#travis"
  }
}