diff --git a/.travis.yml b/.travis.yml index c5cb2b21e..419182a24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,6 @@ install: pip install -r requirements.txt script: python3 scripts/pretty.py - python3 scripts/readme.py \ No newline at end of file + python3 scripts/readme.py +after_success: + .travis/push.sh