remove unnecessary --

This commit is contained in:
Fabio Berger
2017-11-13 12:20:58 -05:00
parent 06ada87370
commit 8a0ae68f27

View File

@@ -19,12 +19,12 @@ jobs:
- run: wget https://s3.amazonaws.com/testrpc-shapshots/${CONTRACTS_COMMIT_HASH}.zip
- run: unzip ${CONTRACTS_COMMIT_HASH}.zip -d testrpc_snapshot
- run: node ./node_modules/lerna/bin/lerna.js bootstrap
- run: yarn lerna:run -- bootstrap
- run: yarn lerna:run bootstrap
- run:
name: testrpc
command: npm run testrpc -- --db testrpc_snapshot
background: true
- run: yarn lerna:run -- test:coverage
- run: yarn lerna:run -- report_test_coverage
- run: if [ $CIRCLE_BRANCH = "master" ]; then yarn lerna:run -- test:umd; fi
- run: yarn lerna:run -- lint
- run: yarn lerna:run test:coverage
- run: yarn lerna:run report_test_coverage
- run: if [ $CIRCLE_BRANCH = "master" ]; then yarn lerna:run test:umd; fi
- run: yarn lerna:run lint