njazari/sef-founderwall

View on GitHub
.travis.yml

Summary

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

notifications:
    email: false