Skip to content

Commit

Permalink
CI: workaround travis stopping due to no output
Browse files Browse the repository at this point in the history
  • Loading branch information
izqui committed Nov 19, 2018
1 parent abe3249 commit 3fea717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"install": "npm run bootstrap",
"bootstrap": "lerna bootstrap --nohoist=@aragon/os",
"bootstrap": "lerna bootstrap --nohoist=@aragon/os --loglevel=verbose",
"clean": "git clean -fdxi apps future-apps shared",
"test": "npm run test:all",
"test:all": "lerna run --scope=@aragon/apps-* --concurrency=1 --stream test",
Expand Down

0 comments on commit 3fea717

Please sign in to comment.