Skip to content

Commit

Permalink
add git "user.email" and "user.name" settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Feb 22, 2016
1 parent 9879b20 commit 7f156d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,5 +1,8 @@
language: scala
script: sbt publish-local scripted
script:
- git config --global user.email "example@example.com"
- git config --global user.name "example"
- sbt publish-local scripted
sudo: false
cache:
directories:
Expand Down

0 comments on commit 7f156d5

Please sign in to comment.