add unit tests to travis

This commit is contained in:
André Bauer 2016-10-24 16:37:42 +02:00
parent fda7e0318f
commit 5932491a24

View file

@ -26,5 +26,5 @@ script:
- rake db:seed - rake db:seed
- rake test:units - rake test:units
- rake test:controllers - rake test:controllers
- rake db:drop
- rake assets:precompile - rake assets:precompile
- rake db:drop