Skip to content

Commit

Permalink
[Travis] Set the Git user.email to unbreak documentation and benchmar…
Browse files Browse the repository at this point in the history
…k pushes

Also change the GitHub access token, which was leaked while debugging this
failure.

Fixes #309
  • Loading branch information
ldionne committed Nov 17, 2016
1 parent 9657c09 commit 0bf9130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ env:
# GitHub token for pushing the documentation, logging in with the
# Travis command line utility and so on. The token is stored in the
# ${GITHUB_TOKEN} environment variable.
- secure: "gikHKTxWGN9FnJ9m+F53Y5j7jWGAOKlL2ylcFM2o0KoXOkoNAK9bJpilNppRwWhgwpC3yTJDN0k7xh9I6Ec8L0G46Q2QZdtJ/NFvWbafpzQcrAg6+872yKlP8h3GHexwEDdAdxCv8g2HeavFrDcqynssI8IoIHyZmsR6Dwym+eo="
- secure: "gB1wvjk565j3O4UBGjyN44Vd8IGqcNHzkbvRdFNHp7C+C+JG2vhAeLlpiK0Zd483gdTjq9gPjIDwpwyG2UJ+yjT1kMTJvD1YNWpGcK6vOHYl1yMOwv/LBdnKn+J7i/FnoeULGRCCI2Fpp1qILhxeZgLxTxsdQaYXlAkkR0i8cgQ="

# Workaround for https://github.com/travis-ci/travis-ci/issues/4681
matrix:
Expand Down Expand Up @@ -312,6 +312,7 @@ before_script:
# Set the git identity (for pushing the documentation and the benchmarks)
############################################################################
- git config --global user.name "Travis bot"
- git config --global user.email "ldionne.2@gmail.com"

############################################################################
# Go back to the root of the project and setup the build directory
Expand Down

0 comments on commit 0bf9130

Please sign in to comment.