ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
975 stars 78 forks source link

disable 1.8.7 on Travis? #40

Closed benatkin closed 11 years ago

benatkin commented 11 years ago

The travis build is failing on ruby 1.8.7. Is that because you used a ruby 1.9 feature? If you remove it that would get it back to saying that it's passing on the README.

ndbroadbent commented 11 years ago

Hey, thanks for mentioning this! I just needed to peg the mocha version to get the tests passing on 1.8.7 :) Everything is green again