Skip to content

Commit

Permalink
ci: use npm install (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and SBoudrias committed Jan 28, 2019
1 parent 32b10f3 commit c9b4285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,8 @@ node_js:
- node
before_script:
- npm run bootstrap
script: npm test
script:
- npm test
after_success:
- npm run codecov
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap": "lerna bootstrap --no-ci",
"pretest": "eslint .",
"test": "jest --coverage && lerna exec npm test --scope inquirer"
},
Expand Down

0 comments on commit c9b4285

Please sign in to comment.