Travis: Use mvn install before running GLV tests
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/328c936d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/328c936d Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/328c936d Branch: refs/heads/TINKERPOP-1857 Commit: 328c936d30186f015c799589806d4bf47638daee Parents: d37a3d8 Author: Jorge Bay Gondra <[email protected]> Authored: Mon Jan 22 16:15:39 2018 +0100 Committer: Jorge Bay Gondra <[email protected]> Committed: Mon Jan 22 16:41:34 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/328c936d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 442de5e..9069cec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,5 +26,5 @@ before_install: jobs: include: - script: "mvn clean install -Dci" - - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false" - - script: "mvn clean install -pl :gremlin-javascript -DskipIntegrationTests=false" + - 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"
