remove earlier debug

This commit is contained in:
Dane Springmeyer 2016-03-04 13:41:52 -08:00 committed by artemp
parent b520e30cac
commit 1f0d96b983

View file

@ -47,9 +47,6 @@ before_install:
- export COVERAGE=${COVERAGE:-false}
- export MASON_PUBLISH=${MASON_PUBLISH:-false}
- export BENCH=${BENCH:-false}
- ccache --version
- ccache -p || true
- ccache --show-stats || true
- if [[ ${TRAVIS_BRANCH} != 'master' ]]; then export MASON_PUBLISH=false; fi
- if [[ ${TRAVIS_PULL_REQUEST} != 'false' ]]; then export MASON_PUBLISH=false; fi
- git_submodule_update --init --depth=10