Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:MetaMask/metamask-extension into…
Browse files Browse the repository at this point in the history
… fix-etherscan-link-notifications
  • Loading branch information
brunobar79 committed Jan 2, 2019
2 parents 701bc1c + e43f5d3 commit d2b0781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/beta/run-drizzle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ sleep 5
cd test/e2e/beta/
rm -rf drizzle-test
mkdir drizzle-test && cd drizzle-test
sudo npm install -g truffle
truffle unbox drizzle
npm install truffle
../../../../node_modules/.bin/truffle unbox drizzle
echo "Deploying contracts for Drizzle test..."
truffle compile && truffle migrate
../../../../node_modules/.bin/truffle compile && ../../../../node_modules/.bin/truffle migrate
BROWSER=none npm start >> /dev/null 2>&1 &
cd ../../../../
mocha test/e2e/beta/drizzle.spec

0 comments on commit d2b0781

Please sign in to comment.