Skip to content

Commit

Permalink
#7 Generate docs only for one from all builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozigor committed Oct 14, 2020
1 parent 1134f89 commit d174464
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 @@ -9,7 +9,7 @@ compiler:

env:
matrix:
- COMPILER=g++ CCOMPILER=gcc PUSH_COVERAGE=ON
- COMPILER=g++ CCOMPILER=gcc PUSH_COVERAGE=ON TRAVIS_BUILD_DOCS=ON
- COMPILER=g++-8 CCOMPILER=gcc-8
- COMPILER=g++-10 CCOMPILER=gcc-10
- COMPILER=clang++ CCOMPILER=clang
Expand Down Expand Up @@ -53,4 +53,4 @@ after_success:
- cd ..
- if [ "$PUSH_COVERAGE" == "ON" ]; then coveralls -i include --gcov-options '\-lp'; fi
- chmod +x generateDocumentationAndDeploy.sh
- test "$TRAVIS_BRANCH" = "master" && test $TRAVIS_PULL_REQUEST = "false" && ./generateDocumentationAndDeploy.sh
- test "$TRAVIS_BRANCH" = "master" && test $TRAVIS_PULL_REQUEST = "false" && test "$TRAVIS_BUILD_DOCS" = "ON" && ./generateDocumentationAndDeploy.sh

0 comments on commit d174464

Please sign in to comment.