Fix docs generation on travis

Thanks to @psychon for noticing this
This commit is contained in:
Alexey Sokolov
2017-03-02 22:58:07 +00:00
parent 9e941cb972
commit 500927fc10
+1 -1
View File
@@ -112,7 +112,7 @@ script:
- make VERBOSE=1 $UNITTEST
- sudo make install
- make VERBOSE=1 $INTTEST
- cd ..
- cd "$TRAVIS_BUILD_DIR"
- /usr/local/bin/znc --version
after_success:
- test -r "$TRAVIS_BUILD_DIR/.travis_after_all.py" && python "$TRAVIS_BUILD_DIR/.travis_after_all.py" || echo No .travis_after_all.py found