From 7992640fb8af7623cff80ed6a6bd7af476fa38c4 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 5 Jan 2019 12:32:47 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e410d1..6714f83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ before_install: install: - "pip install setuptools" after_success: - - "codecov --repo=$CODECOV_TOKEN" + - "codecov -t" - coveralls