Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 4, 2017
1 parent 6021967 commit 3d23dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ script:

after_success:
- if [ "$CC" = "gcc-4.8" ] && [ "$CONF" = "coverage" ]; then ./travis/coverage.sh ; fi
- if [ "$BUILD_TYPE" == "doc" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false"]; then source ./travis/build_doc.sh ; fi
- if [ "$BUILD_TYPE" == "doc" && "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]; then source ./travis/build_doc.sh ; fi

deploy:
provider: script
Expand Down

0 comments on commit 3d23dc2

Please sign in to comment.