modify tests scripts & travis config

This commit is contained in:
2019-07-10 10:58:01 +01:00
parent bb6a862c78
commit 5210eaf82f
6 changed files with 7 additions and 40 deletions

View File

@@ -26,7 +26,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test",
"test": "aragon contracts test",
"test:gas": "GAS_REPORTER=true npm test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "../../scripts/ganache-cli.sh"