hpham17/esential-2016

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
 - 2.3.0
addons:
    code_climate:
        repo_token: 33f48738b32adaefc84417608675fc8f9fc9a7d54860091a26bf9d10cabf4923
script:
  - RAILS_ENV=test bundle exec rake db:migrate --trace
  - bundle exec rake db:test:prepare
  - bundle exec rspec
  - bundle exec cucumber
after_script:
  - bundle exec rake send_to_codeclimate