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 <jaroslav.tul...@oracle.com> Authored: Mon Oct 9 12:48:30 2017 +0200 Committer: Jaroslav Tulach <jaroslav.tul...@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