diff --git a/.travis.yml b/.travis.yml index 8ef770fcd..a84445815 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ matrix: - docker # If we're not on a release branch, exit early and indicate success - before_install: echo "$TRAVIS_BRANCH" | grep -qvE '^[0-9.]+$' && exit 0 + #before_install: echo "$TRAVIS_BRANCH" | grep -qE "^[0-9.]+$" && exit 0 # Don't install anything, as we're only using the pre-built files install: ":"