Skip to content

Commit

Permalink
Merge 9241744 into a78ce26
Browse files Browse the repository at this point in the history
  • Loading branch information
flapezoti committed Jul 30, 2020
2 parents a78ce26 + 9241744 commit 0f15ab5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ services:
- docker
sudo: true
env:
matrix:
- LIBRDKAFKA_VERSION=v0.11.5
global:
secure: dm9+XwwQk759cpVpleBjHhtbbe5s3LNjz9wwMGa3DEENFAMiX4HjJSmfyvV8D3t0NdicDJrYW4HdTIqacneIOFbkMEYA4RmwdxBe4NcJQC6es/8I+EL52/EKmwKwtnkvsQFrQkJmzS1JYKNQb73bWY4huTGNxYiUiX9xfK3sO+X9xi62eN/xpOVaSbIwB44h5oNEj7/aaeQEvsqg69eO5hRsCdIRWXxTyP37GdMupC4vtE6A5uU8LdGzE4f0dP5JKxmL53s0fCM0kqjP1ycIOwjhlqWdo+BjRBAKpE8cM4p/BnzM+rCWNyjt333Kxjwp42FBnfaYiEET1f0xN43h2rfZRHvCoL3ATGev2aDzGMhsOuqHLfVRFt7u/9QynZltApctsmEMMYXDY6a9TsbcE6UjC7GG4HTIOO/PmWyburL18aTicCWLUvbKhljG7873sAwZchrtCxXxyBkd6zjHznciwljbVvexMlWhaO269C++u95fdEUO2pkidDNkrnf5TjYJnGJGcyBvXAvkGdZrxiOwV3pxH1mfb7D87tvzo60XRf3/7++Un8iggFb9+Ppd35eYCnpNmEP95IhKigkJ6hMY5Al8ARpQ+JA6EwTqMPZf+r5RiAq4uxOeYK0rEiWDY7RxqlPPW7AGdoyy/OJ1LgbCdZssZs+Ig4JWViwdTWg=
cache:
directories:
- "$HOME/.cache/librdkafka"
Expand All @@ -23,4 +20,4 @@ script:
- make test
after_success:
- "$HOME/gopath/bin/goveralls -coverprofile ./_build/test-coverage-all.out -service=travis-ci"
- "./push_to_docker.sh && ./success_webhook.sh"
- "./push_to_docker.sh"
6 changes: 0 additions & 6 deletions success_webhook.sh

This file was deleted.

2 changes: 1 addition & 1 deletion util/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
package util

//Version is the current version of pusher.
var Version = "3.5.0"
var Version = "3.5.1"

0 comments on commit 0f15ab5

Please sign in to comment.