You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/14 11:40:16 UTC

[incubator-ponymail-foal] branch master updated: fix path

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new bd68f34  fix path
bd68f34 is described below

commit bd68f348523be53d5d9e9bbf36ca57e7e5616adc
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Aug 14 13:40:05 2020 +0200

    fix path
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 577f423..2a838f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ before_script:
   - pip install mypy
 
 script:
-  - mypy --ignore-missing-imports archiver.py
+  - mypy --ignore-missing-imports tools/archiver.py
 
 jobs:
   include: