diff --git a/.travis.yml b/.travis.yml
index 5454d9b..bc2fe91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,6 @@ script:
 - raco test -x -p typed-map typed-map-doc typed-map-lib typed-map-test
 - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs typed-map typed-map-doc typed-map-lib typed-map-test
 - raco doc-coverage typed-map typed-map-doc typed-map-lib typed-map-test
-- then raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true
+- raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true
 # TODO: add an option to cover to run the "outer" module too, not just the submodules.
 # TODO: deploy the coverage info.
\ No newline at end of file