Skip to content

Commit e84979d

Browse files
Merge pull request nestjs#639 from DanielRuf/chore/use-npm-ci
chore: use npm ci instead of npm install (travis)
2 parents eb639de + f9cdb61 commit e84979d

2 files changed

Lines changed: 2914 additions & 4835 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ addons:
77
before_script:
88
- export DISPLAY=:99.0
99
- sh -e /etc/init.d/xvfb start
10+
before_install:
11+
- npm i -g npm@latest
1012
install:
11-
- npm install
13+
- npm ci
1214
- gulp build
1315
script:
1416
- npm test

0 commit comments

Comments
 (0)