From 77aadd563fe11988d6820a24f95e32fccbf510fe Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 5 Jan 2019 12:40:30 -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 6714f83..4543d16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ before_install: install: - "pip install setuptools" after_success: - - "codecov -t" + - "codecov" - coveralls