From 7da87e09c3a246cd48219f67eb66ac55b80e2fab Mon Sep 17 00:00:00 2001
From: zqwerty <zhuq96@hotmail.com>
Date: Mon, 4 May 2020 15:20:54 +0800
Subject: [PATCH] do nothing in travis for now

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

diff --git a/.travis.yml b/.travis.yml
index 2f59aed..79b27db 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ install:
   - pip install sphinx
 
 script:
-  - cd ..
+  - ls
   # - python setup.py test
 #  - cd docs && rm source/convlab2.*.rst
 #  - sphinx-apidoc -o ./source ../convlab2/
-- 
GitLab