Skip to content

Commit ed55ebc

Browse files
committed
more fixes #3
1 parent 7df0339 commit ed55ebc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ deps: gx covertools
1212

1313
sharness: deps
1414
git clone https://github.com/multiformats/multihash.git $(TRAVIS_BUILD_DIR)/sharness
15-
cd $(TRAVIS_BUILD_DIR)/multihash && go build -v . && ls && chmod +x ./multihash && ./multihash --version
16-
export MULTIHASH_BIN="$(TRAVIS_BUILD_DIR)/multihash/multihash"
17-
export TEST_EXPENSE=1
18-
make -j1 -C $(TRAVIS_BUILD_DIR)/sharness/tests/sharness
15+
cd $(TRAVIS_BUILD_DIR)/multihash && go build -v . && ls && chmod +x ./multihash
16+
export MULTIHASH_BIN="$(TRAVIS_BUILD_DIR)/multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(TRAVIS_BUILD_DIR)/sharness/tests/sharness
1917

2018
publish:
2119
gx-go rewrite --undo

0 commit comments

Comments
 (0)