Skip to content

Commit 8cfa9cc

Browse files
committed
change order in travis first test then build docs
1 parent c560f3b commit 8cfa9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ before_install:
99
- chmod +x runmetest.sh
1010
script:
1111
- python setup.py install
12+
- ./runmetest.sh
1213
- cd sphinx
1314
- make html
1415
- cd ../
15-
- ./runmetest.sh
1616
deploy:
1717
provider: pages
1818
skip_cleanup: true

0 commit comments

Comments
 (0)