Merge pull request #2268 from zammad/te-travisci_fix

Fix failing Travis CI build
This commit is contained in:
Thorsten 2018-10-07 20:51:14 +02:00 committed by GitHub
commit f74bcdda5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ script:
- rake db:migrate
- rake db:seed
- bundle exec rspec
- bundle exec rake db:environment:set RAILS_ENV=test
- rake db:reset
- rake test:units
- ruby -I test/ test/integration/object_manager_test.rb