From 868dbab1d2762c242d528e2418ab852658b0e19d Mon Sep 17 00:00:00 2001 From: hswick Date: Wed, 27 Jun 2018 22:29:29 -0400 Subject: [PATCH] Fix parity command for travis --- travis_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_test.sh b/travis_test.sh index 25816d4..f881dd7 100755 --- a/travis_test.sh +++ b/travis_test.sh @@ -2,7 +2,7 @@ #!/bin/bash # This is for travis -parity --chain dev --unlock=0x00a329c0648769a73afac7f9381e08fb43dbea72 --reseal-min-period 0 --password passfile 2>&1 & +./parity --chain dev --unlock=0x00a329c0648769a73afac7f9381e08fb43dbea72 --reseal-min-period 0 --password passfile 2>&1 & sleep 10 mix test sleep 10