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:57 UTC

[skywalking] branch ci created (now 6d497df)

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

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


      at 6d497df  Try to open multiple jdk and os

This branch includes the following new commits:

     new 6d497df  Try to open multiple jdk and os

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by wu...@apache.org.
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