Skip to content

Commit b4da088

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

+7-2
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)