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/15 16:42:18 UTC

[tinkerpop] branch travis-fix updated: Kill travis_wait

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 a76044c  Kill travis_wait
a76044c is described below

commit a76044c7136754d200de32a57dab2469d25f3865
Author: stephen <sp...@gmail.com>
AuthorDate: Fri Nov 15 11:41:48 2019 -0500

    Kill travis_wait
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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