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

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


The following commit(s) were added to refs/heads/master by this push:
     new a9caa32  Updating dev environment setup doc to skip tests on install
a9caa32 is described below

commit a9caa32c844eb4ed365d9cb1da9e0341949d28c4
Author: Andrew Tate <drewct...@gmail.com>
AuthorDate: Wed Jan 22 15:44:48 2020 -0700

    Updating dev environment setup doc to skip tests on install
---
 docs/dev/Environment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/Environment.md b/docs/dev/Environment.md
index 4567a08..2110f97 100644
--- a/docs/dev/Environment.md
+++ b/docs/dev/Environment.md
@@ -22,7 +22,7 @@ Currently, the Apache Drill build process is known to work on 
Linux, Windows and
 ## Build
 
     cd drill
-    mvn clean install
+    mvn clean install -DskipTests
 
 ## Explode tarball in installation directory
    

Reply via email to