diff --git a/.travis.yml b/.travis.yml index 526e8f5b..e267ceea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ script: - go test ./... -coverprofile=coverage.txt -covermode=atomic after_success: - - bash < (curl -s https://codecov.io/bash) || echo 'Codecov failed to upload' + - bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'