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/06/10 10:40:56 UTC

[tinkerpop] branch master updated (0b2510e -> 3aae55d)

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

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 0b2510e  Merge branch 'tp34'
     new 445da1d  Push all tests into one travis stage CTR
     new be17079  Merge branch 'tp33' into tp34
     new 3aae55d  Merge branch 'tp34'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3aae55d79fbad5c48b69c36b04dcb81b434f1ae8
Merge: 0b2510e be17079
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 06:40:44 2019 -0400

    Merge branch 'tp34'

 .travis.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit be170790966a84859f53defded687b06ff63425d
Merge: 61ccbf4 445da1d
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 06:40:26 2019 -0400

    Merge branch 'tp33' into tp34

 .travis.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


[tinkerpop] 01/03: Push all tests into one travis stage CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 445da1d87d86d490108e60f16d2a853dc7e2d7ff
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jun 10 06:38:16 2019 -0400

    Push all tests into one travis stage CTR
---
 .travis.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6a668e6..865f6b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,11 +29,10 @@ before_install:
 
 jobs:
   include:
-    - stage: "unit tests"
+    - stage: "tests"
       script: "mvn clean install -Dci --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
       name: "mvn clean install"
-    - stage: "integration tests"
-      script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -q -DskipTests && mvn verify -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet"
+    - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -q -DskipTests && mvn verify -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet"
       name: ".net"
     - script: "touch gremlin-python/.glv && mvn clean install -q -DskipTests && mvn verify -pl gremlin-python"
       name: "python"
@@ -45,5 +44,5 @@ jobs:
       - "mvn clean install -q -DskipTests"
       - "travis_wait 60 mvn verify -pl :spark-gremlin -DskipIntegrationTests=false"
       name: "spark"
-    - stage: "docker"
-      script: "docker/build.sh"
+    - script: "docker/build.sh"
+      name: "docker"