fixed travis issues

This commit is contained in:
Siddhant Bajaj 2017-02-20 23:43:02 +05:30
parent 945b4aac60
commit 1255088ff0
7 changed files with 13 additions and 19 deletions

View file

@ -25,4 +25,5 @@ before_script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
script:
- 'bundle exec rubocop -Dc .rubocop.yml'
- "bundle exec rake factory_girl:lint RAILS_ENV='test'"
- 'bundle exec rspec --color --format documentation'