We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0403a0a commit a21d1a4Copy full SHA for a21d1a4
.travis.yml
@@ -4,7 +4,7 @@ git:
4
depth: 2
5
6
before_install:
7
- - curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.3/githasdiff > ./githasdiff
+ - curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.4/githasdiff > ./githasdiff
8
- chmod +x ./githasdiff
9
10
jobs:
README.md
@@ -48,7 +48,7 @@ It's also possible use an env var `GITHASDIFF_FILE` to set the path to json conf
48
## Install
49
50
```bash
51
-curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.3/githasdiff > ./githasdiff
+curl -L https://github.com/pyanderson/githasdiff/releases/download/1.0.4/githasdiff > ./githasdiff
52
chmod +x ./githasdiff
53
```
54
0 commit comments