You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/02/28 02:12:04 UTC

[dubbo-go] branch develop updated: Improve: add more ci environments

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

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new bc3c608  Improve: add more ci environments
     new 359a429  Merge pull request #378 from zjhmale/improve/more-ci
bc3c608 is described below

commit bc3c60880907fb45a24a676d0d73357de8896f17
Author: zjhsdtc <zj...@gmail.com>
AuthorDate: Thu Feb 27 23:59:31 2020 +0800

    Improve: add more ci environments
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 62de363..feb052a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,12 @@
 language: go
 
+os:
+  - linux
+  - osx
+
 go:
   - "1.12"
+  - "1.13"
 
 env:
   - GO111MODULE=on