From: Michal Fojtik <mfoj...@redhat.com>
Signed-off-by: Michal fojtik <mfoj...@redhat.com> --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9651c9a..e720039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,13 @@ install: - cd server - bundle install - bin/deltacloud-db-upgrade + - cd ../client + - bundle install + - cd .. script: + - cd server + - bundle exec rake test + - cd ../client - bundle exec rake test notifications: email: -- 1.8.1.4