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 781284f Fix wrong setting.
781284f is described below
commit 781284f606682854015d7edf11d17850a095d712
Author: Wu Sheng <[email protected]>
AuthorDate: Sun May 5 16:36:27 2019 +0800
Fix wrong setting.
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b79e40a..e5e9a8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ sudo: required
os:
- linux
- osx
+ - windows
jdk:
- - windows
- oraclejdk8
- oraclejdk9
- openjdk8