enterprise-2.0 Merge pull request #80 from travis-ci/bf-fix-aggregate-inclu…

Push event #940.2 passed

  • Ran for
AMD64
JDK: openjdk7 Ruby: 2.2.2
Git
This is the configuration for all of build #940, including this job
The .travis.yml file used for this job is not available
Build Config
{
  "env": {
    "global": [
      "PG_DISABLE_SSL='1'"
    ]
  },
  "jdk": "openjdk7",
  "rvm": [
    "jruby-9.0.4.0",
    "2.2.2"
  ],
  "sudo": false,
  "cache": "bundler",
  "script": "bundle exec rspec spec",
  "language": "ruby",
  "services": [
    "redis",
    "rabbitmq",
    "postgresql"
  ],
  "before_script": [
    "createdb -U postgres travis_logs_test",
    "cp config/travis.example.yml config/travis.yml",
    "bundle exec rake db:migrate"
  ]
}