You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/10/09 12:35:56 UTC

[2/4] incubator-netbeans git commit: Compile all available tests, but don't execute them

Compile all available tests, but don't execute them


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

Branch: refs/heads/master
Commit: c29c3b95aa6255230e0c58692a60a13dfefb44ed
Parents: 3222350
Author: Jaroslav Tulach <ja...@oracle.com>
Authored: Mon Oct 9 12:48:30 2017 +0200
Committer: Jaroslav Tulach <ja...@oracle.com>
Committed: Mon Oct 9 12:48:30 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c29c3b95/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5bda6a9..9fc9227 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,4 @@ jdk:
   - oraclejdk8
 script:
   - ant -quiet build -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false
-
-
+  - ant -quiet test -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild