You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/05/05 08:26:58 UTC

[skywalking] 01/01: Try to open multiple jdk and os

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch ci
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 6d497df0b60a33973422f0a54f58c444dd5793ad
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun May 5 16:26:44 2019 +0800

    Try to open multiple jdk and os
---
 .travis.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2eebca2..5c347f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,14 @@
 sudo: required
 
-language: java
+os:
+  - linux
+  - osx
+
+jdk:
+  - oraclejdk8
+  - oraclejdk9
+  - openjdk8
 
 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