fix travis tests 2
This commit is contained in:
@ -7,7 +7,7 @@ if [ ! $trpc_running ]; then
|
||||
testrpc > /dev/null &
|
||||
trpc_pid=$!
|
||||
fi
|
||||
truffle test
|
||||
./node_modules/truffle/cli.js test
|
||||
if [ ! $trpc_running ]; then
|
||||
kill -9 $trpc_pid
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user