You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/08/16 06:40:57 UTC

[incubator-servicecomb-service-center] branch master updated: SCB-844 Upgrade CI to go 1.9.2 (#417)

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

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f4fb65  SCB-844 Upgrade CI to go 1.9.2 (#417)
7f4fb65 is described below

commit 7f4fb650fb03f81a31b7cb1b97d217ee9a10ee37
Author: Mohammad Asif Siddiqui <mo...@huawei.com>
AuthorDate: Thu Aug 16 12:10:55 2018 +0530

    SCB-844 Upgrade CI to go 1.9.2 (#417)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8d4b3cb..008ae3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ services:
   - docker
 
 go:
-  - 1.8.3
+  - 1.9.2
 
 before_install:
   - go get github.com/mattn/goveralls