diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:53:26 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-11 00:53:26 +0200 |
commit | 2f447f5d06e047d38bf4364b93aa1d81df17bf9e (patch) | |
tree | 41eb12a0b9f749d433d3db098f7285e7bec6c0ad /t/travis-deps | |
parent | d3b42ca899f02598bef26c720b9fdeeed88a5f60 (diff) | |
download | sbotools2-2f447f5d06e047d38bf4364b93aa1d81df17bf9e.tar.xz |
travis-deps/install.sh: add git user config
Diffstat (limited to 't/travis-deps')
-rw-r--r-- | t/travis-deps/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/travis-deps/install.sh b/t/travis-deps/install.sh index b20fb00..77b4b80 100644 --- a/t/travis-deps/install.sh +++ b/t/travis-deps/install.sh @@ -17,4 +17,6 @@ then touch /etc/profile.d/32dev.sh cp -a t/travis-deps/convertpkg-compat32 /usr/sbin fi +git config --global user.email "sbotools@travis.ci" +git config --global user.name "Travis CI" echo "travis-deps/install.sh: Done."; |