You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2013/03/07 14:10:28 UTC

[PATCH core 5/5] Core: Updated travis to run deltacloud-client tests

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@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