From ce80099cd989235cce5c364019cf99db6a3e284b Mon Sep 17 00:00:00 2001 From: Matthew Mulholland Date: Fri, 19 Oct 2018 13:00:27 +1000 Subject: [PATCH] replaced ci with env variable in appveyor. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bbbfc76be..dd166da2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,7 +62,7 @@ for: - git remote set-branches --add origin develop || exit - git fetch origin develop || exit - git checkout --track origin/develop || exit - - git checkout ${TRAVIS_BRANCH} || exit + - git checkout $env:APPVEYOR_REPO_BRANCH || exit - git merge develop || exit test_script: - yarn run clean