You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by to...@apache.org on 2014/10/10 09:31:36 UTC

git commit: METAMODEL-75: Removed creation of database by Travis. Test cases take care of that.

Repository: incubator-metamodel
Updated Branches:
  refs/heads/METAMODEL-75 e0d07494a -> f48fb95ac


METAMODEL-75: Removed creation of database by Travis. Test cases take
care of that.

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/f48fb95a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/f48fb95a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/f48fb95a

Branch: refs/heads/METAMODEL-75
Commit: f48fb95ac835cbdb816a2453e2223f06a84af82b
Parents: e0d0749
Author: tomaszguzialek <to...@humaninference.com>
Authored: Fri Oct 10 09:31:05 2014 +0200
Committer: tomaszguzialek <to...@humaninference.com>
Committed: Fri Oct 10 09:31:05 2014 +0200

----------------------------------------------------------------------
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/f48fb95a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3732d34..e4c647c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,6 @@ jdk:
 services:
   - couchdb
   
-before_script:
-  - curl -X PUT localhost:5984/metamodel_test_database
-
 after_success:
   - mvn test