From 24deb33156bf56c0a6eb94d442ec8a650b6f950d Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Wed, 21 Nov 2018 17:43:54 -0500 Subject: [PATCH] move the URLs for boost-ci to boostorg --- templates/.travis.yml | 4 ++-- templates/appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/.travis.yml b/templates/.travis.yml index 9dd4d5e..3ffaf77 100644 --- a/templates/.travis.yml +++ b/templates/.travis.yml @@ -5,7 +5,7 @@ # # Generic Travis CI build script for boostorg repositories -# See: https://github.com/jeking3/boost-ci +# See: https://github.com/boostorg/boost-ci # # Instructions for customizing this script for your library: # @@ -36,7 +36,7 @@ env: - B2_VARIANT=variant=release,debug install: - - git clone https://github.com/jeking3/boost-ci.git boost-ci + - git clone https://github.com/boostorg/boost-ci.git boost-ci - cp -pr boost-ci/ci boost-ci/.codecov.yml . - source ci/travis/install.sh diff --git a/templates/appveyor.yml b/templates/appveyor.yml index 434186f..2f953d7 100644 --- a/templates/appveyor.yml +++ b/templates/appveyor.yml @@ -5,7 +5,7 @@ # # Generic Appveyor build script for boostorg repositories -# See: https://github.com/jeking3/boost-ci/ +# See: https://github.com/boostorg/boost-ci/ # # Instructions for customizing this script for your library: # @@ -109,7 +109,7 @@ environment: install: - set SELF=%APPVEYOR_PROJECT_NAME:-=_% - - git clone https://github.com/jeking3/boost-ci.git C:\boost-ci + - git clone https://github.com/boostorg/boost-ci.git C:\boost-ci - xcopy /s /e /q /i C:\boost-ci\ci .\ci - ci\appveyor\install.bat