From 79cd82388e807c2b3e16bfe8b8e3ee5d2aef51f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 16 Feb 2019 15:06:48 +0200 Subject: [PATCH] travis: Fix after_success spelling, should actually upload to codecov now (#332) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7dfe89..017c3bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: - pip install -e . - pytest --cov ./MySQLdb -after_succes: +after_success: - codecov matrix: