From b370aff918cb6210d4e897ca5311a04b9fa82846 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 24 Jun 2020 11:14:59 -0400 Subject: [PATCH] Correct typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f4961d..a7e6361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ jobs: script: pytest --cov=translater --verbose tests/ after_success: - coverage report -m - - coverall + - coveralls - name: Python 3.8 on macOS os: osx osx_image: xcode11.2