This is an automated email from the ASF dual-hosted git repository.
jlahoda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 2f127e5 Use current JDK 12 for completion tests instead of hardcoded
old build
2f127e5 is described below
commit 2f127e505d4a89a6a08dc3608dbfc0a30424d383
Author: Matthias Bläsing <[email protected]>
AuthorDate: Fri Jan 11 22:19:21 2019 +0100
Use current JDK 12 for completion tests instead of hardcoded old build
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 46b752c..87a5993 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,5 +46,5 @@ matrix:
- env: SIGTEST=false COMPILETEST=false RAT=false EOL=false
LICENSE=false CV=false RUN_TESTS_JDK8=false RUN_TESTS_JDK9PLUS=true
TEST_JDK_VERSION="--feature 11 --license GPL"
TEST_RUN_OPTIONS='-Dtest.run.args=--limit-modules=java.base,java.logging,java.xml,java.prefs,java.desktop,java.management,java.instrument
-Dtest.use.jdk.javac=true' TEST_MODULES="java/java.completion"
OPTS="-Dcluster.config=java -quiet build -Djavac.compilerargs=-nowarn
-Dbuild.compiler.deprecation=false"
jdk: oraclejdk8
- - env: SIGTEST=false COMPILETEST=false RAT=false EOL=false
LICENSE=false CV=false RUN_TESTS_JDK8=false RUN_TESTS_JDK9PLUS=true
TEST_JDK_VERSION="--url
https://download.java.net/java/early_access/jdk12/24/GPL/openjdk-12-ea+24_linux-x64_bin.tar.gz"
TEST_RUN_OPTIONS='-Dtest.run.args=--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
-Dtest.use.jdk.javac=true' TEST_MODULES="java/java.completion"
OPTS="-Dcluster.config=java -quiet build -Djavac.compilerargs=-nowarn -Dbui
[...]
+ - env: SIGTEST=false COMPILETEST=false RAT=false EOL=false
LICENSE=false CV=false RUN_TESTS_JDK8=false RUN_TESTS_JDK9PLUS=true
TEST_JDK_VERSION="--feature 12 --license GPL"
TEST_RUN_OPTIONS='-Dtest.run.args=--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
-Dtest.use.jdk.javac=true' TEST_MODULES="java/java.completion"
OPTS="-Dcluster.config=java -quiet build -Djavac.compilerargs=-nowarn
-Dbuild.compiler.deprecation=false"
jdk: oraclejdk8
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists