joshk/tweak-compression reduce our compression
as this can take so much time compared to using more network
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"
}