Skip to content

Commit

Permalink
travis use npm ci instead of npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Sep 28, 2020
1 parent f795513 commit ec562f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ os:
- linux

node_js:
- "6"
- "8"
- "stable"

before_script:
- cd package && npm install
- cd package && npm ci

script:
- npm run build-ci
Expand Down

0 comments on commit ec562f0

Please sign in to comment.