fix travis tests 2

This commit is contained in:
Manuel Araoz
2017-02-17 19:02:44 -03:00
parent 9f12e870a9
commit fcabd9957e
3 changed files with 3 additions and 5 deletions

View File

@ -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