Skip to content

Commit

Permalink
travis: Return to top dir before deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed May 23, 2017
1 parent 740ca18 commit 1688aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,6 +23,7 @@ before_install:
script:
- cd tests
- xvfb-run -a -s '-screen 0 1024x768x24' python ../test.py *.dot graphs/*.gv
- cd ..

# https://docs.travis-ci.com/user/deployment/pypi/
deploy:
Expand All @@ -34,5 +35,4 @@ deploy:
tags: true
distributions: sdist
repo: jrfonseca/xdot.py
skip_cleanup: true
skip_upload_docs: true

0 comments on commit 1688aca

Please sign in to comment.