From 039723d2ac4369be52a34725b51f1aee21336658 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 04:37:00 +0530 Subject: [PATCH] Add push functionality --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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