Skip to content

Commit 4016add

Browse files
authored
Merge pull request #70 from CellProfiler/travis/cleanup
cd up after building docs
2 parents 8c13394 + 017ef55 commit 4016add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- pip install .
1313
script:
1414
- nosetests
15-
- cd docs && make html
15+
- cd docs && make html && cd ..
1616
deploy:
1717
provider: pypi
1818
user: mcquin

0 commit comments

Comments
 (0)