Browse Source

add unit tests to travis

André Bauer 8 years ago
parent
commit
fda7e0318f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -24,4 +24,7 @@ script:
 - rake db:create
 - rake db:migrate
 - rake db:seed
+- rake test:units
+- rake test:controllers
+- rake db:drop
 - rake assets:precompile