Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4da088

Browse files
authored
test(ci): fix CI by installing latest npm version on each run (#161)
1 parent 96d8616 commit b4da088

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎.travis.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ notifications:
88
node_js:
99
- 10.18
1010
- 12
11-
- node
11+
- 14
12+
- 15
13+
before_install:
14+
- nvm install-latest-npm
1215
install: npm install
1316
script: npm run validate
1417
after_success: kcd-scripts travis-after-success
1518
branches:
16-
only: master
19+
only:
20+
- master
21+
- beta

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /