finalize travis.yml

This commit is contained in:
pantor
2019-01-19 17:51:35 +01:00
parent aa8929c5e5
commit fdf1c126a9
+1 -1
View File
@@ -59,7 +59,7 @@ script:
- cmake ..
- cmake --build . --config Release -- -j4
- ctest -C Release -V
- doxygen Doxyfile
- cd ..
after_success: |
if [ "$DOCS" = "true" ] && [ "$TRAVIS_BRANCH" = "master" ]; then