Skip to content

Commit

Permalink
Merge pull request #1379 from benpicco/setup_git
Browse files Browse the repository at this point in the history
setup git committer info in Travis
  • Loading branch information
Kijewski committed Jul 7, 2014
2 parents 34c2283 + 905be2c commit 5b70271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,8 @@ install:
- sudo apt-get install pcregrep libpcre3
- sudo apt-get install qemu-system-x86 python3
- sudo apt-get install g++-multilib
- git config --global user.email "travis@example.com"
- git config --global user.name "Travis CI"

script:
- ./dist/tools/compile_test/compile_test.py
Expand Down

0 comments on commit 5b70271

Please sign in to comment.