Skip to content

Commit 7c2395d

Browse files
committed
Merge pull request #1 from Gazler/fix/travis-ci
chore(CI): include git config in .travis.yml
2 parents 6912bc6 + 8dbffb9 commit 7c2395d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ before_install:
55
- wget http://s3.hex.pm/builds/elixir/v1.0.0.zip
66
- unzip -d elixir v1.0.0.zip
77
before_script:
8+
- git config --global user.email 'user@example.com'
9+
- git config --global user.name 'Test User'
810
- export PATH=`pwd`/elixir/bin:$PATH
911
- mix local.hex --force
1012
- mix deps.get --only test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Mix tasks for parsing git log.
44

5+
[![Build Status](https://travis-ci.org/Gazler/changex.svg?branch=fix%2Ftravis-ci)](https://travis-ci.org/Gazler/changex)
6+
57
## Usage
68

79
Add Changex as a dependency in your `mix.exs` file.

0 commit comments

Comments
 (0)