Skip to content

Commit

Permalink
Added --no-ci flag to lerna bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Oct 2, 2018
1 parent fcb1fae commit 4ec972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ cache:
install:
- npm install
- npm install coveralls
- lerna bootstrap
- lerna bootstrap --no-ci
script:
- npm run lint
- npm run coverage
Expand Down

0 comments on commit 4ec972c

Please sign in to comment.