From fe7a6fb977252293093e59284764f253277cdb2e Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 23 Jul 2017 18:05:03 -0500 Subject: [PATCH] Fix code coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 788969b97..e02b7a0ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ script: notifications: email: false after_success: - - codecov + - bash <(curl -s https://codecov.io/bash)