shuoyao/BirdGo

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
 - 2.1
before_install:
 - rvm install ruby-2.3.0
 - rvm use ruby-2.3.0
 #- rvm install binary
# uncomment and edit the following line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
addons:
  code_climate:
    repo_token: 0c57ca2692c2e40f79ce38c238c8792e3cefcccdd34b0ddc6245800cb6f3a2c3
script:
  - RAILS_ENV=test bundle exec rake db:migrate --trace
  - bundle exec rake db:test:prepare
  - bundle exec cucumber
after_script:
  - bundle exec rake send_to_codeclimate