Skip to content

Commit

Permalink
https://github.com/immortal/immortal/pull/55
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Dec 8, 2019
1 parent f655509 commit dc49418
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -29,3 +29,7 @@ script:


after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)

notifications:
email:
on_success: never
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.24.1
* Support for FreeBSD/arm64, thanks @t6

## 0.24.0 ## 0.24.0
* Added the `post_exit` option to call a command after process exits, passing as an argument the exit code (Requires go >= 1.12) [#54](https://github.com/immortal/immortal/issues/54), thanks @olgeni * Added the `post_exit` option to call a command after process exits, passing as an argument the exit code (Requires go >= 1.12) [#54](https://github.com/immortal/immortal/issues/54), thanks @olgeni


Expand Down
12 changes: 6 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Expand Up @@ -27,7 +27,7 @@


[[constraint]] [[constraint]]
name = "github.com/go-yaml/yaml" name = "github.com/go-yaml/yaml"
version = "2.2.2" version = "2.2.7"


[[constraint]] [[constraint]]
name = "github.com/immortal/logrotate" name = "github.com/immortal/logrotate"
Expand All @@ -47,7 +47,7 @@


[[constraint]] [[constraint]]
name = "github.com/nbari/violetear" name = "github.com/nbari/violetear"
version = "5.0.1" version = "7.0.0"


[prune] [prune]
go-tests = true go-tests = true
Expand Down

0 comments on commit dc49418

Please sign in to comment.