diff options
-rwxr-xr-x | test/externalTests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh index 3599e069..3125f92f 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -68,4 +68,6 @@ function test_truffle # Using our temporary fork here. Hopefully to be merged into upstream after the 0.5.0 release. test_truffle Zeppelin https://github.com/axic/openzeppelin-solidity.git solidity-050 -test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050 + +# Disabled temporarily as it needs to be updated to latest Truffle first. +#test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050 |