diff --git a/.travis.yml b/.travis.yml index 2bc0f9b1c..11785efc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,12 +87,10 @@ matrix: # build documentation and release - env: TEST_NAME="documentation & release" - os: osx compiler: clang script: - . env.sh && mkdoc all && mkrel all - - find releases/poco*-all - - find releases/poco*-all-doc + - ls -l releases # QA jobs for code analytics and metrics # static code analysis with cppcheck (we can add --enable=all later)