Revert "fixed travis issues"

This reverts commit 1255088ff0.

Because it broke our heroku deployment
This commit is contained in:
Christian Bruckmayer 2017-03-03 15:07:54 +01:00
parent f85ff0c6c5
commit 322d58c61c
No known key found for this signature in database
GPG key ID: 168295FC108C44E5
7 changed files with 19 additions and 13 deletions

View file

@ -25,5 +25,4 @@ 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'