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 9a3a58c commit e901f1e
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 @@ -60,10 +60,6 @@ addons:
- lcov

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

#-- Add source repository for PCL-related packages
- sudo add-apt-repository --yes ppa:v-launchpad-jochen-sprickerhof-de/pcl
- sudo apt-get -qq update
Expand Down

0 comments on commit e901f1e

Please sign in to comment.