Skip to content

Commit

Permalink
chore: do not use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 7, 2018
1 parent 0b84e71 commit 2024a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ cache:
- node_modules
before_install:
- npm config set depth 0
install:
- npm install prepack
- npm install
script:
- npm run lint
- npm run test
Expand Down

0 comments on commit 2024a88

Please sign in to comment.