Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit e1a032d

Browse files
ci(travis): merge steps
1 parent ec73c42 commit e1a032d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ install:
2727
- (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`)
2828
- source ~/.nvm/nvm.sh
2929
- nvm install $TRAVIS_NODE_VERSION
30+
- npm prune
31+
- travis_retry npm i
3032
script:
3133
- ./scripts/coverage.sh && ./scripts/perltidy.sh
3234
jobs:
3335
include:
3436
- stage: release
3537
node_js: lts/*
3638
script:
37-
- npm prune
38-
- travis_retry npm i
3939
- npx semantic-release

0 commit comments

Comments
 (0)