And use if.repo over if.slug
Fixes: aeb014cc ("Do not try to deploy documentaion for PR")
branches:
only:
- master
+ if: repo = libevent/libevent AND branch = master AND type != pull_request
exclude:
- os: osx
env: EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes
- - os: linux
- env: TOOL=doxygen
- if: type = pull_request OR slug != libevent/libevent OR branch != master
allow_failures:
- os: osx
fast_finish: true