You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/11/25 14:39:16 UTC

[tinkerpop] branch travis-fix updated: stop running gremlin-server unit tests

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/travis-fix by this push:
     new e09efaa  stop running gremlin-server unit tests
e09efaa is described below

commit e09efaae71f2e46326ca3ea4fac19e506ee3d4b0
Author: stephen <sp...@gmail.com>
AuthorDate: Mon Nov 25 09:38:51 2019 -0500

    stop running gremlin-server unit tests
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9ad5347..8208c7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ jobs:
       name: "javascript"
     - script:
       - "mvn clean install -q -DskipTests"
-      - "mvn verify -pl :gremlin-server -DskipIntegrationTests=false"
+      - "mvn verify -pl :gremlin-server -DskipTests -DskipIntegrationTests=false"
       name: "gremlin server"
     - script:
         - "mvn clean install -q -DskipTests"