Repository: tinkerpop Updated Branches: refs/heads/travis-spark [created] e18538d2b
run Spark integration tests in Travis Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e18538d2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e18538d2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e18538d2 Branch: refs/heads/travis-spark Commit: e18538d2b2e36d492a45adc9a05e31978004604a Parents: 177aeac Author: Daniel Kuppitz <[email protected]> Authored: Wed Mar 21 11:27:43 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Wed Mar 21 11:27:43 2018 -0700 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e18538d2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9c6a739..336c055 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,4 @@ jobs: - script: "mvn clean install -Dci --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - 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 -DskipIntegrationTests=false" - script: "mvn clean install -q -DskipTests && mvn verify -pl :gremlin-javascript -DskipIntegrationTests=false" + - script: "mvn clean install -q -DskipTests && mvn verify -pl :spark-gremlin -DskipIntegrationTests=false"
