Skip to content

Commit

Permalink
Testing fixes on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardonunesp committed Dec 14, 2018
1 parent 4e201c6 commit 7d86d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail

eval "$(GIMME_GO_VERSION=1.10.2 gimme)"

export BUILD_NUMBER=607
export BUILD_NUMBER=653

bash e2e_tests.sh
bash e2e_plasma_cash_test.sh
5 changes: 3 additions & 2 deletions e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ setup_weave_blueprint() {
cd $LOOM_DIR
git clone https://github.com/loomnetwork/weave-blueprint.git
cd weave-blueprint
git checkout fix-go-plugin
LOOM_BLUEPRINT_DIR=`pwd`
make deps
make
Expand Down Expand Up @@ -81,12 +82,12 @@ cleanup() {
export GOPATH=$DEFAULT_GOPATH
}

# if [ "${TRAVIS:-}" ]; then
if [ "${TRAVIS:-}" ]; then
mkdir -p $LOOM_DIR

setup_weave_blueprint
download_dappchain
# fi
fi

setup_dappchain

Expand Down

0 comments on commit 7d86d3e

Please sign in to comment.