From dae790b118d4c7b084d5cf0b0716af182c09509f Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 12 Jun 2018 19:11:56 +0100 Subject: Execute external Zeppelin tests before Gnosis --- test/externalTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/externalTests.sh b/test/externalTests.sh index 1565d04f..994508f6 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -57,5 +57,5 @@ function test_truffle } # Using our temporary fork here. Hopefully to be merged into upstream after the 0.5.0 release. -test_truffle Gnosis https://github.com/axic/pm-contracts.git -b solidity-050 test_truffle Zeppelin https://github.com/axic/openzeppelin-solidity.git -b solidity-050 +test_truffle Gnosis https://github.com/axic/pm-contracts.git -b solidity-050 -- cgit