Skip to content

Commit

Permalink
replaced ci with env variable in appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Oct 19, 2018
1 parent 40255cf commit ce80099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce80099

Please sign in to comment.