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 committed Apr 18, 2019
1 parent 64f8c32 commit 31d1951
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ addons:
- doxygen # documentation
- libgtest-dev # unit testing

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:
#-- Install YCM
- >
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml.generate
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,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 31d1951

Please sign in to comment.