diff --git a/.appveyor.yml b/.appveyor.yml index be8fbc171..469692310 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ version: "{build}" os: Windows Server 2012 R2 -clone_folder: c:\gopath\src\github.com\ncw\rclone +clone_folder: c:\gopath\src\github.com\rclone\rclone cache: - '%LocalAppData%\go-build' @@ -46,4 +46,4 @@ artifacts: - path: build/*-v*.zip deploy_script: -- IF "%APPVEYOR_REPO_NAME%" == "ncw/rclone" IF "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" make appveyor_upload +- IF "%APPVEYOR_REPO_NAME%" == "rclone/rclone" IF "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" make appveyor_upload diff --git a/.travis.yml b/.travis.yml index 67d1d6ed2..9cbaf8dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,6 +123,6 @@ deploy: script: make travis_beta skip_cleanup: true on: - repo: ncw/rclone + repo: rclone/rclone all_branches: true condition: $TRAVIS_PULL_REQUEST == false && $DEPLOY == true diff --git a/README.md b/README.md index 7399afced..b88abacf3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ [Installation](https://rclone.org/install/) | [Forum](https://forum.rclone.org/) | -[![Build Status](https://travis-ci.org/ncw/rclone.svg?branch=master)](https://travis-ci.org/ncw/rclone) -[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/ncw/rclone?branch=master&passingText=windows%20-%20ok&svg=true)](https://ci.appveyor.com/project/ncw/rclone) -[![CircleCI](https://circleci.com/gh/ncw/rclone/tree/master.svg?style=svg)](https://circleci.com/gh/ncw/rclone/tree/master) +[![Build Status](https://travis-ci.org/rclone/rclone.svg?branch=master)](https://travis-ci.org/rclone/rclone) +[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/rclone/rclone?branch=master&passingText=windows%20-%20ok&svg=true)](https://ci.appveyor.com/project/rclone/rclone) +[![CircleCI](https://circleci.com/gh/rclone/rclone/tree/master.svg?style=svg)](https://circleci.com/gh/rclone/rclone/tree/master) [![Go Report Card](https://goreportcard.com/badge/github.com/rclone/rclone)](https://goreportcard.com/report/github.com/rclone/rclone) [![GoDoc](https://godoc.org/github.com/rclone/rclone?status.svg)](https://godoc.org/github.com/rclone/rclone)