Repository: tinkerpop
Updated Branches:
  refs/heads/master 2e2ed487a -> 19d533fb2


Multi-line the travis spark integration script job CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/03c3e48e
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/03c3e48e
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/03c3e48e

Branch: refs/heads/master
Commit: 03c3e48ef0e9f7ef103b2722e5f7acae97c7ee40
Parents: e55b0d8
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Sep 27 20:56:23 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Sep 27 20:56:23 2018 -0400

----------------------------------------------------------------------
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/03c3e48e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 1188940..46a99cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,4 +30,6 @@ jobs:
     - 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-python/.glv && mvn clean install -q -DskipTests 
&& mvn verify -pl gremlin-python"
     - script: "mvn clean install -q -DskipTests && mvn verify -pl 
:gremlin-javascript"
-    - script: "travis_wait 60 mvn clean install -q -DskipTests && mvn verify 
-pl :spark-gremlin -DskipIntegrationTests=false"
+    - script:
+      - "mvn clean install -q -DskipTests"
+      - "travis_wait 60 mvn verify -pl :spark-gremlin 
-DskipIntegrationTests=false"

Reply via email to