You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/10 12:34:46 UTC

[GitHub] michal-narajowski closed pull request #1391: Update utility repository URL and README

michal-narajowski closed pull request #1391: Update utility repository URL and README
URL: https://github.com/apache/mynewt-core/pull/1391
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 8f2a62ed47..2ba30acda7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ install:
 - export GOPATH=$HOME/gopath
 - go version
 
-- git clone https://github.com/michal-narajowski/mynewt-travis-ci $HOME/ci
+- git clone https://github.com/runtimeco/mynewt-travis-ci $HOME/ci
 - chmod +x $HOME/ci/*.sh
 - $HOME/ci/${TRAVIS_OS_NAME}_travis_install.sh
 
diff --git a/README.md b/README.md
index fefbd91372..b82480a05f 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
 
 ## Overview
 
-[![Build/Test](https://img.shields.io/travis/apache/mynewt-core/master.svg?label=travis-ci)][travis]
+[![Build/Test](https://travis-ci.org/apache/mynewt-core.svg?branch=master)][travis]
 
 [travis]: https://travis-ci.org/apache/mynewt-core
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services