This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 34dc916 Support oraclejdk and openjdk 8 in CI (#2583)
34dc916 is described below
commit 34dc916d4077eed043708f2e94909669ee47f427
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun May 5 18:06:53 2019 +0800
Support oraclejdk and openjdk 8 in CI (#2583)
* Try to open multiple jdk and os
* Open windows and set language java.
* Fix wrong setting.
* Remove the os version.
---
.travis.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 2eebca2..495b112 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,14 @@
sudo: required
+os:
+ - linux
+
+jdk:
+ - oraclejdk8
+ - openjdk8
+
language: java
install:
- - jdk_switcher use oraclejdk8
- ./mvnw org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent clean install
org.jacoco:jacoco-maven-plugin:0.8.3:report coveralls:report --quiet
- ./mvnw javadoc:javadoc -Dmaven.test.skip=true --quiet
\ No newline at end of file