parent
60b48b0235
commit
a69333e2b8
@ -0,0 +1,7 @@ |
||||
#! /bin/bash |
||||
|
||||
testrpc & |
||||
trpc_pid=$! |
||||
node_modules/truffle/cli.js test |
||||
kill -9 $trpc_pid |
||||
|
@ -1,6 +1,9 @@ |
||||
module.exports = { |
||||
rpc: { |
||||
networks: { |
||||
development: { |
||||
host: "localhost", |
||||
port: 8545 |
||||
port: 8545, |
||||
network_id: "*" |
||||
} |
||||
} |
||||
}; |
||||
|
Loading…
Reference in new issue