WIP: Run tests on CI #152

Closed
raucao wants to merge 10 commits from dev/run_tests_on_ci into master
Showing only changes of commit df4ad679be - Show all commits

View File

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