Disable valgrind for now to get updated builds working.

This commit is contained in:
Weston Schmidt
2020-09-15 11:51:18 -07:00
parent dc6486f200
commit b148d40c53

View File

@@ -8,7 +8,7 @@ branches:
env:
global:
- DISABLE_VALGRIND="false"
- DISABLE_VALGRIND="true" # For now, fix ASAP
- TRAVIS_REPO_OWNER=${TRAVIS_REPO_SLUG%/*}
- TRAVIS_REPO_NAME=${TRAVIS_REPO_SLUG#*/}