Skip to content

Commit 59c1499

Browse files
committed
Restore CI cache, remove require bug info in readme
1 parent 0a4ec51 commit 59c1499

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ MyContract.deployed().then(instance => {
116116
})
117117
});
118118
```
119-
**Using `require` in `migrations.js` files**: Truffle overloads Node's `require` function but
120-
implements a simplified search algorithm for node_modules packages
121-
([see Truffle issue #383](https://github.com/trufflesuite/truffle/issues/383)).
122-
Because solidity-coverage copies an instrumented version of your project into a temporary folder, `require`
123-
statements handled by Truffle internally won't resolve correctly.
124119

125120
**Using HDWalletProvider in `truffle.js`**: [See Truffle issue #348](https://github.com/trufflesuite/truffle/issues/348).
126121
HDWalletProvider crashes solidity-coverage, so its constructor shouldn't be invoked while running this tool.

circle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
machine:
22
node:
33
version: 6.11.0
4-
dependencies:
5-
pre:
6-
- rm -rf node_modules/
74
test:
85
override:
96
- npm run test-cov

0 commit comments

Comments
 (0)