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 c068131 commit a07c3c1
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 @@ -34,10 +34,6 @@ addons:
- lcov # code coverage

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

#-- Code coverage
- if [ "$CXX" = "g++" ]; then gem install coveralls-lcov; fi

Expand Down

0 comments on commit a07c3c1

Please sign in to comment.