You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/03/26 18:57:50 UTC

[04/30] git commit: Core: Updated travis to run deltacloud-client tests

Core: Updated travis to run deltacloud-client tests


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/66a46b0a
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/66a46b0a
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/66a46b0a

Branch: refs/heads/master
Commit: 66a46b0a3b0e783e593b5ec5d2e145df1f02df71
Parents: 0439fc7
Author: Michal Fojtik <mf...@redhat.com>
Authored: Thu Mar 7 13:53:55 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue Mar 26 15:21:35 2013 +0100

----------------------------------------------------------------------
 .travis.yml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/66a46b0a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e1da6b5..9d1d2ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,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: