From bd6e021875681ff34d450dabfece712f9f36af64 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 3 Dec 2019 16:39:39 +0100 Subject: [PATCH] fake travis .... --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ecb75fb7..808fc85e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,7 @@ jobs: export TRAVIS_BRANCH=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.base.ref) if [ -z ${TRAVIS_BRANCH} ]; then export TRAVIS_BRANCH=${GITHUB_REF#"ref/heads"}; fi echo "${TRAVIS_BRANCH}" + export TRAVIS_JOB_ID=620176068 coveralls -v || true - name: Backtesting