parent
2615564aaf
commit
36a10f47db
@ -0,0 +1,9 @@ |
|||||||
|
|
||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# This is for travis |
||||||
|
ganache-cli 2>&1 & |
||||||
|
sleep 10 |
||||||
|
mix test |
||||||
|
sleep 10 |
||||||
|
kill -9 $(lsof -t -i:8545) |
Loading…
Reference in new issue