Skip to content

Commit 6dd2726

Browse files
committed
fixed?
1 parent db6379a commit 6dd2726

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ script:
3636
- mkdir data
3737
- which nosetests
3838
# - nosetests tests --with-coverage --cover-inclusive --cover-package=pySDC,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage
39-
- if [[ $PYTHON_VERSION == 3.5 ]] travis-sphinx build
39+
- if [[ $PYTHON_VERSION == 3.5 ]]; then
40+
travis-sphinx build
41+
fi
4042

4143
after_success:
42-
- if [[ $PYTHON_VERSION == 3.5 ]] travis-sphinx deploy
44+
- if [[ $PYTHON_VERSION == 3.5 ]]; then
45+
travis-sphinx deploy
46+
fi
4347

0 commit comments

Comments
 (0)