From 061c07b817f3cb03a4293013c7c3c56077e8f67e Mon Sep 17 00:00:00 2001 From: frozen <355847+Frozen@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:21:27 -0500 Subject: [PATCH] Run tests against branch feature/effective-gas-price --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa3c5ced23..d7b8580d8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: # /home/travis/gopath/src/github.com/harmony-one/harmony # https://docs.travis-ci.com/user/languages/go/#go-import-path - echo $TRAVIS_PULL_REQUEST_BRANCH - - TEST_REPO_BRANCH="master" + - TEST_REPO_BRANCH="feature/effective-gas-price" - git clone https://github.com/harmony-one/mcl.git $GOPATH/src/github.com/harmony-one/mcl - git clone https://github.com/harmony-one/bls.git $GOPATH/src/github.com/harmony-one/bls - git clone --branch $TEST_REPO_BRANCH https://github.com/harmony-one/harmony-test.git $GOPATH/src/github.com/harmony-one/harmony-test