From 862bf328e1315d2b84fc9b07d7303c0a49cdd29c Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 23 Dec 2015 12:22:23 +0530 Subject: [PATCH] In travis, cd back to repo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 29c5c15..03aa3ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ before_install: - cd redis-2.8.3 - make - sudo make install + - cd .. # - apt-get install redis-server install: - "pip install -r requirements.txt"