Skip to content

Commit

Permalink
Delete git config related to YCM bootstraps
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Apr 18, 2019
1 parent 24edffb commit 1b0e346
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ init:
- cmd: set YARP_DOWNLOAD_URL=https://github.com/robotology/yarp/archive/v%YARP_LATEST%.zip
- cmd: set GTEST_DOWNLOAD_URL=https://github.com/google/googletest/archive/release-%GTEST_LATEST%.zip

# Configure git for use by YCM
- cmd: git config --global user.email "[email protected]"
- cmd: git config --global user.name "Travis CI"

# Print some useful informations:
- cmd: set
- cmd: cmake --version
Expand Down

0 comments on commit 1b0e346

Please sign in to comment.