Update .travis.yml

This commit is contained in:
Thorsten 2018-10-07 20:16:35 +02:00 committed by GitHub
parent 22ba8f8fcb
commit fbc167944c
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:migrate
- rake db:seed - rake db:seed
- bundle exec rspec - bundle exec rspec
- bundle exec rake db:environment:set RAILS_ENV=test
- rake db:reset - rake db:reset
- rake test:units - rake test:units
- ruby -I test/ test/integration/object_manager_test.rb - ruby -I test/ test/integration/object_manager_test.rb