Merge pull request #6128 from ethereum/truffle-npm-workaround

Fix external tests
This commit is contained in:
chriseth 2019-02-27 15:47:58 +01:00 committed by GitHub
commit 006834d21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ function test_truffle
fi
cd ext
echo "Current commit hash: `git rev-parse HEAD`"
npm install
npm ci
# Replace solc package by v0.5.0
for d in node_modules node_modules/truffle/node_modules
do