Skip to content

Commit 048ba00

Browse files
committed
do not run "npm update" on TravisCI.
1 parent 769283e commit 048ba00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ before_install:
1919
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
2020
install:
2121
- npm --production=false install
22-
- npm --production=false update
2322
script:
2423
- npm run test:lint
2524
- npm run test:unit

0 commit comments

Comments
 (0)