Skip to content

Commit 2cc8a11

Browse files
authored
chore: update travis (#802)
1 parent 626f847 commit 2cc8a11

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ cache: npm
33
notifications:
44
email: false
55
node_js:
6-
- 10
6+
# technically we support 10.0.0, but some of our tooling doesn't
7+
- 10.14.2
78
- 12
89
- 14
9-
- node
10-
install: npm install
10+
- 15
11+
before_install:
12+
- nvm install-latest-npm
13+
install:
14+
- npm install
1115
script:
1216
- npm run validate
1317
- npx codecov@3

0 commit comments

Comments
 (0)