Skip to content

Commit 5f30d39

Browse files
committed
fixed??
1 parent 6dd2726 commit 5f30d39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ script:
3737
- which nosetests
3838
# - nosetests tests --with-coverage --cover-inclusive --cover-package=pySDC,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage
3939
- if [[ $PYTHON_VERSION == 3.5 ]]; then
40-
travis-sphinx build
40+
travis-sphinx build;
4141
fi
4242

4343
after_success:
4444
- if [[ $PYTHON_VERSION == 3.5 ]]; then
45-
travis-sphinx deploy
45+
travis-sphinx deploy;
4646
fi
47-

0 commit comments

Comments
 (0)