Commit b16f0917 authored by Daniel Agar's avatar Daniel Agar

travis-ci only build debug for PRs

parent e05b987a
......@@ -71,6 +71,7 @@ cache:
before_install:
- if [[ "${TRAVIS_PULL_REQUEST}" = "false" && "${CONFIG}" = "debug" ]]; then exit 0; fi
- cd ${TRAVIS_BUILD_DIR} && git fetch --unshallow
- git fetch --all --tags
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment