We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730618 commit d16c8acCopy full SHA for d16c8ac
.circleci/config.yml
@@ -309,8 +309,8 @@ jobs:
309
command: |
310
cd metacoin/
311
# `truffle test` compiles the project but artifacts go into /tmp/
312
- ! [[ -e build/ ]] || false
313
- echo "module.exports['compilers'] = {solc: {version: '$(realpath node_modules/solc/)'}}" > truffle-config.js
+ ! [[ -e build/ ]]
+ echo "module.exports['compilers'] = {solc: {version: '$(realpath ../truffle/node_modules/solc/)'}}" >> truffle-config.js
314
node ../truffle/node_modules/.bin/truffle test
315
316
cli-smoke-test:
0 commit comments