From dfe09458939b3d561336d7e741ce640b00681956 Mon Sep 17 00:00:00 2001 From: Coet Date: Fri, 17 Aug 2018 19:14:01 +0800 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41b42688..237e1e54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ script: - pytest --cov=./ after_success: - - codecov \ No newline at end of file + - bash < (curl -s https://codecov.io/bash) From 1d000d3e390b3d3ccb79810692f0d98b998d4d1f Mon Sep 17 00:00:00 2001 From: Coet Date: Fri, 17 Aug 2018 19:28:38 +0800 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 237e1e54..eb5cc5cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ script: - pytest --cov=./ after_success: - - bash < (curl -s https://codecov.io/bash) + - bash <(curl -s https://codecov.io/bash)