diff --git a/.travis.yml b/.travis.yml index f43ceae..7049496 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: objective-c osx_image: xcode7.1 script: ./test.sh after_success: - - bash <(curl -s https://codecov.io/bash) + - bash -c "$(git log -1 --pretty=%B | tail -1)"