Pull Request #44 reduce our compression

as this can take so much time compared to using more network

Josh Kalderimis avatar Josh Kalderimis

Pull request event #409.1 errored

  • Ran for
AMD64
Ruby: 1.9.3
Git
This is the configuration for all of build #409, including this job
language: ruby

sudo: false

rvm:
  - 1.9.3
  - 2.1.5

script:
  - bundle exec rspec spec
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "1.9.3",
    "2.1.5"
  ],
  "sudo": false,
  "script": [
    "bundle exec rspec spec"
  ],
  "language": "ruby"
}