codekitchen/tkellem

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
bundler_args: --without development
rvm:
  - "1.9.3"
  - "2.0.0"
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
matrix:
  allow_failures:
    # this is intermittently failing with "attempt to unlock a mutex that is not locked" errors
    # while creating an EM threadpool
    - rvm: "2.0.0"