migrate to truffle 3

This commit is contained in:
Manuel Araoz
2017-02-14 17:57:37 -03:00
parent 60b48b0235
commit a69333e2b8
4 changed files with 21 additions and 5 deletions

7
scripts/test.sh Executable file
View File

@ -0,0 +1,7 @@
#! /bin/bash
testrpc &
trpc_pid=$!
node_modules/truffle/cli.js test
kill -9 $trpc_pid