Skip to content

Commit

Permalink
Fix conditional doc build expression
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Aug 22, 2016
1 parent d08954e commit 3c36031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ script:
fi

- if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
make doc
make doc-spelling
make doc;
make doc-spelling;
fi

after_success:
Expand Down

0 comments on commit 3c36031

Please sign in to comment.