From 242c9de3b6437644cf3eb169c7ad1828d29f6465 Mon Sep 17 00:00:00 2001 From: blackfly Date: Wed, 8 Apr 2020 23:37:11 +0200 Subject: [PATCH] Fix codecov reporting in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7b081b..9f21dcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ script: # Push the results to codecov after_success: - - codecov + - bash <(curl -s https://codecov.io/bash)