Run ant in quiet mode and suppress warnings and deprecations to shorten the 
compilation log


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/e612e631
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/e612e631
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/e612e631

Branch: refs/heads/master
Commit: e612e631067048be20cbaaeedb642614724c48cf
Parents: de23b54
Author: Jaroslav Tulach <[email protected]>
Authored: Mon Oct 9 11:01:31 2017 +0200
Committer: Jaroslav Tulach <[email protected]>
Committed: Mon Oct 9 11:20:51 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/e612e631/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 55db165..5bda6a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,5 +2,6 @@ language: java
 jdk:
   - oraclejdk8
 script:
-  - ant build
+  - ant -quiet build -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false
+
 

Reply via email to