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 6c700b2 commit 24edffb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ branches:
- /^.*appveyor.*$/

before_install:
#-- Configure Git (needed by YCM)
- if [ ! `git config --get user.email` ]; then `git config --global user.email '[email protected]'`; fi
- if [ ! `git config --get user.name` ]; then `git config --global user.name 'Travis CI'`; fi

#-- Install LibSerial
- sudo apt-get -qq update
- sudo apt-get install libserial-dev
Expand Down

0 comments on commit 24edffb

Please sign in to comment.