From e1c6878b470059fdaf904991c4eb94e671d29955 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 6 Apr 2018 14:20:24 +0200 Subject: [PATCH] updating travis ci script --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2351fec..62e846c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,7 @@ before_install: script: - orbit run tests -p "Version,${TRAVIS_BRANCH}" - # Uploads coverage and push to Docker hub only if not in a pull request and the branch name matches the semver format. - - if [[ "$TRAVIS_PULL_REQUEST" = false && "$TRAVIS_BRANCH" =~ ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(-(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(\.(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(\+[0-9a-zA-Z-]+(\.[0-9a-zA-Z-]+)*)?$ ]]; then bash <(curl -s https://codecov.io/bash); fi \ No newline at end of file + # Uploads coverage. + - bash <(curl -s https://codecov.io/bash) + # Let's push to Docker hub only if not in a pull request and the branch name matches the semver format. + #- if [[ "$TRAVIS_PULL_REQUEST" = false && "$TRAVIS_BRANCH" =~ ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(-(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(\.(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*)?(\+[0-9a-zA-Z-]+(\.[0-9a-zA-Z-]+)*)?$ ]]; then ; fi \ No newline at end of file