Browse code

travis: Return to top dir before deployment.

Jose Fonseca authored on 23/05/2017 11:08:23
Showing 1 changed files

... ...
@@ -23,6 +23,7 @@ before_install:
23 23
 script:
24 24
 - cd tests
25 25
 - xvfb-run -a -s '-screen 0 1024x768x24' python ../test.py *.dot graphs/*.gv
26
+- cd ..
26 27
 
27 28
 # https://docs.travis-ci.com/user/deployment/pypi/
28 29
 deploy:
... ...
@@ -34,5 +35,4 @@ deploy:
34 35
     tags: true
35 36
     distributions: sdist
36 37
     repo: jrfonseca/xdot.py
37
-  skip_cleanup: true
38 38
   skip_upload_docs: true