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:31:43 UTC

[skywalking] branch ci updated: Open windows and set language java.

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


The following commit(s) were added to refs/heads/ci by this push:
     new 977ed4c  Open windows and set language java.
977ed4c is described below

commit 977ed4cb3f4b25f1207fdd53d78f3c85d3dd4a2d
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun May 5 16:31:30 2019 +0800

    Open windows and set language java.
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 5c347f9..b79e40a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,13 @@ os:
   - osx
 
 jdk:
+  - windows
   - oraclejdk8
   - oraclejdk9
   - openjdk8
 
+language: java
+
 install:
   - ./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