We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6912bc6 + 8dbffb9 commit 7c2395dCopy full SHA for 7c2395d
.travis.yml
@@ -5,6 +5,8 @@ before_install:
5
- wget http://s3.hex.pm/builds/elixir/v1.0.0.zip
6
- unzip -d elixir v1.0.0.zip
7
before_script:
8
+ - git config --global user.email 'user@example.com'
9
+ - git config --global user.name 'Test User'
10
- export PATH=`pwd`/elixir/bin:$PATH
11
- mix local.hex --force
12
- mix deps.get --only test
README.md
@@ -2,6 +2,8 @@
2
3
Mix tasks for parsing git log.
4
+[](https://travis-ci.org/Gazler/changex)
+
## Usage
Add Changex as a dependency in your `mix.exs` file.
0 commit comments