Skip to content
Snippets Groups Projects
Commit 5b70271b authored by René Kijewski's avatar René Kijewski
Browse files

Merge pull request #1379 from benpicco/setup_git

setup git committer info in Travis
parents 34c2283d 905be2c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment