Skip to content

Commit

Permalink
dont use global
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Oct 9, 2018
1 parent 4d8092e commit 111998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/beta/run-drizzle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sleep 5
cd test/e2e/beta/
rm -rf drizzle-test
mkdir drizzle-test && cd drizzle-test
npm install -g truffle
npm install truffle
truffle unbox drizzle
echo "Deploying contracts for Drizzle test..."
truffle compile && truffle migrate
Expand Down

0 comments on commit 111998e

Please sign in to comment.