Skip to content

Commit d16c8ac

Browse files
committed
CI: Update truffle-sample-project job to match Truffle's upstream changes
1 parent c730618 commit d16c8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ jobs:
309309
command: |
310310
cd metacoin/
311311
# `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
312+
! [[ -e build/ ]]
313+
echo "module.exports['compilers'] = {solc: {version: '$(realpath ../truffle/node_modules/solc/)'}}" >> truffle-config.js
314314
node ../truffle/node_modules/.bin/truffle test
315315
316316
cli-smoke-test:

0 commit comments

Comments
 (0)