We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b627ac3 commit f4653aaCopy full SHA for f4653aa
.travis.yml
@@ -0,0 +1,11 @@
1
+language: python
2
+sudo: false
3
+install:
4
+ - pip install sphinx
5
+script:
6
+ - make html 2> stderr.log
7
+ - cat stderr.log
8
+ # fail the build for any stderr output
9
+ - if [ -s "stderr.log" ]; then false; fi
10
+notifications:
11
+ email: false
0 commit comments