From 98d64a630085bab171264e108a02b323a1187685 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 05:54:08 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9937d48d..7df307057 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: install: pip install -r requirements.txt script: - python scripts/pretty.py + python scripts/pretti.py python scripts/readme.py after_success: - chmod +x ./push.sh