Skip to content

Commit

Permalink
Fix for new truffle version breaking Codeship CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GNSPS committed Jun 27, 2019
1 parent 5f91a80 commit e3d1f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion truffle.js
Expand Up @@ -10,7 +10,8 @@ if (fs.existsSync('secrets.json')) {
} else {
console.log('No secrets.json found. If you are trying to publish EPM ' +
'this will fail. Otherwise, you can ignore this message!')
mnemonic = ''
// Example mnemonic below. PLEASE DON'T USE FOR ANYTHING ELSE!
mnemonic = 'wrist find shock leisure stand barely field sunset script evidence key idea diesel journey gravity'
}

module.exports = {
Expand Down

0 comments on commit e3d1f68

Please sign in to comment.