dimelo/faye-authentication

View on GitHub
.drone.yml

Summary

Maintainability
Test Coverage
image: ruby2.0.0
cache:
  - /tmp/bundler
env:
  - RAILS_ENV=test
script:
  - gem install bundler
  - sudo chown ubuntu:ubuntu /tmp/bundler
  - bundle install --path /tmp/bundler
  - bundle exec rake